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
}
func Application ¶
func Application() *App
func (*App) Services ¶
func (app *App) Services() map[string]ServiceRegistry
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func GetContainer ¶
func GetContainer() Container
type ServiceRegistry ¶
type ServiceRegistry struct {
Ctor interface{}
IfacePtr interface{}
}
Click to show internal directories.
Click to hide internal directories.