Documentation ¶
Index ¶
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 interface{})
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 AppDestroy(ctx *cli.Context)
func AppPrepare ¶
func AppPrepare()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.