Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is an instance of the whole application. It holds the basic information about all dependencies it has and application-wide configuration. Any Module can be registered using the app.AddModule() function
func (*App) AddBoundedContext ¶
func (app *App) AddBoundedContext(bc BoundedContext)
func (*App) AddDependency ¶
func (app *App) AddDependency(dep dependency.Dependency)
type BoundedContext ¶
type BoundedContext interface { }
type MuxRegister ¶
Click to show internal directories.
Click to hide internal directories.