Documentation
¶
Index ¶
Constants ¶
View Source
const CreatorFuncName = "Create"
模块中的构造函数名称
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface {
Init(args ...interface{})
Release(args ...interface{})
SendMsg(args ...interface{})
}
type ModuleCreator ¶
type ModuleCreator = func() Module
Click to show internal directories.
Click to hide internal directories.