Documentation
¶
Index ¶
- Variables
- func AppActive(ctx *cli.Context)
- func AppBaseActive()
- func AppBaseDestory()
- func AppBaseInit()
- func AppBasePause()
- func AppBasePrepared() bool
- func AppDestroy(ctx *cli.Context)
- func AppInit(model *AppLifecycleInitModel)
- func AppPause(ctx *cli.Context)
- func AppPrepare()
- type AppLifecycleInitModel
Constants ¶
This section is empty.
Variables ¶
View Source
var AppLifecycleActived = make(chan interface{})
View Source
var AppLifecycleDestroy = make(chan interface{})
View Source
var AppLifecycleInit = make(chan *AppLifecycleInitModel)
View Source
var AppLifecyclePaused = make(chan interface{})
View Source
var AppLifecyclePrepared = make(chan interface{})
View Source
var AppLifecycleWorkBegin = make(chan interface{})
Functions ¶
func AppBaseActive ¶
func AppBaseActive()
func AppBaseDestory ¶
func AppBaseDestory()
func AppBaseInit ¶
func AppBaseInit()
func AppBasePause ¶
func AppBasePause()
func AppBasePrepared ¶
func AppBasePrepared() bool
func AppDestroy ¶
func AppInit ¶
func AppInit(model *AppLifecycleInitModel)
func AppPrepare ¶
func AppPrepare()
Types ¶
type AppLifecycleInitModel ¶
Click to show internal directories.
Click to hide internal directories.