Documentation
¶
Index ¶
- func CallMethod(name string, methodName string, in ...interface{}) []interface{}
- func CallStartByName(name string)
- func CallStopByName(name string)
- func Create()
- func DependenceInject(Config map[interface{}]interface{})
- func GetLang(langName string) interface{}
- func GetStartOctopusLang() map[string][]string
- func GetStopOctopusLang() map[string][]string
- func Register(lang interface{})
- func Unregister(lang interface{})
- type OctopusCore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallMethod ¶
func CallStartByName ¶
func CallStartByName(name string)
func CallStopByName ¶
func CallStopByName(name string)
func GetStartOctopusLang ¶
func GetStopOctopusLang ¶
Types ¶
type OctopusCore ¶
type OctopusCore struct { OctopusLang map[string]*interface{} //初始化注入结构体 Config map[interface{}]interface{} //配置文件详情 // contains filtered or unexported fields }
func (*OctopusCore) CallMethod ¶
func (c *OctopusCore) CallMethod(name string, methodName string, in []interface{}) []interface{}
Click to show internal directories.
Click to hide internal directories.