Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StarterManager = new(starterManager)
StarterManager 全局的启动器
Functions ¶
Types ¶
type Starter ¶
type Starter interface { Init(StarterContext) SetUp(StarterContext) Start(StarterContext) StartBlocking() bool Stop(StarterContext) }
Starter 启动器接口
Click to show internal directories.
Click to hide internal directories.