Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component interface {
// Start 启动组件
Start(ctx context.Context) error
// Stop 停止组件
Stop(ctx context.Context) error
}
Component 定义组件接口
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
Frame 框架核心结构
func (*Frame) RegisterComponent ¶
RegisterComponent 注册组件
Click to show internal directories.
Click to hide internal directories.