Documentation
¶
Index ¶
Constants ¶
View Source
const ( STATUS = iota STATUS_REGISTERED STATUS_INITIALIZED STATUS_STARTED STATUS_TERMINATED )
Variables ¶
This section is empty.
Functions ¶
func RegisterModule ¶
func RegisterModule(mod *Module)
Types ¶
type IModule ¶
type IModule interface {
// Call when register
Register()
// Call when initializing, after init config
Init()
// Call when start, after root router initialized
Start()
// Call before exit
Terminate()
}
Click to show internal directories.
Click to hide internal directories.