Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentInterface ¶
type ComponentInterface interface {
// 初始化
Init(configInterface ConfigComponentInterface)
// 开始
Start()
// 停止
Stop()
}
组件接口
type ConfigComponentInterface ¶
type ConfigComponentInterface interface {
GetComponent() ComponentInterface
}
组件类型配置接口
Click to show internal directories.
Click to hide internal directories.