Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoPlugin ¶
type DemoPlugin struct {
// contains filtered or unexported fields
}
func NewDemoPlugin ¶
func NewDemoPlugin() *DemoPlugin
func (*DemoPlugin) Init ¶
func (dm *DemoPlugin) Init(config *ini.Section) error
func (*DemoPlugin) PluginMetaInfo ¶
func (hh *DemoPlugin) PluginMetaInfo() typex.XPluginMetaInfo
func (*DemoPlugin) Service ¶
func (cs *DemoPlugin) Service(arg typex.ServiceArg) typex.ServiceResult
* * 服务调用接口 *
func (*DemoPlugin) Stop ¶
func (dm *DemoPlugin) Stop() error
Click to show internal directories.
Click to hide internal directories.