Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { base.BaseApp Resolver resolver.ResolverIOCInterface `singleton:""` }
+ioc:autowire=true +ioc:autowire:type=singleton +ioc:autowire:paramType=Param +ioc:autowire:constructFunc=Init
func GetAppSingleton ¶
type AppIOCInterface ¶
type AppIOCInterface interface { Run() // contains filtered or unexported methods }
func GetAppIOCInterfaceSingleton ¶
func GetAppIOCInterfaceSingleton(p *Param) (AppIOCInterface, error)
type StandaloneApp ¶
type StandaloneApp struct {
Resolver resolver.StandaloneResolverIOCInterface `singleton:""`
}
+ioc:autowire=true +ioc:autowire:type=singleton
func GetStandaloneAppSingleton ¶
func GetStandaloneAppSingleton() (*StandaloneApp, error)
func (*StandaloneApp) Run ¶
func (a *StandaloneApp) Run()
type StandaloneAppIOCInterface ¶
type StandaloneAppIOCInterface interface { Run() // contains filtered or unexported methods }
func GetStandaloneAppIOCInterfaceSingleton ¶
func GetStandaloneAppIOCInterfaceSingleton() (StandaloneAppIOCInterface, error)
Click to show internal directories.
Click to hide internal directories.