Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPlugin ¶
type IPlugin interface {
// Name 返回插件名称
Name() string
// Init 初始化插件
Init() error
// Close 关闭插件
Close() error
}
IPlugin 配置插件接口
Click to show internal directories.
Click to hide internal directories.