Documentation ¶ Index ¶ Variables func GoCall(name *C.char, _1 *C.char, _2 *C.char, _3 *C.char, _4 *C.char, _5 *C.char, ...) type VM func NewVM() *VM func (c *VM) AddCommand(name string, callback interface{}) error func (c *VM) Run(code string) error Constants ¶ This section is empty. Variables ¶ View Source var M deadlock.Mutex Functions ¶ func GoCall ¶ func GoCall( name *C.char, _1 *C.char, _2 *C.char, _3 *C.char, _4 *C.char, _5 *C.char, _6 *C.char, _7 *C.char, _8 *C.char, _9 *C.char, _10 *C.char, _11 *C.char, _12 *C.char, ) Types ¶ type VM ¶ type VM struct { // contains filtered or unexported fields } func NewVM ¶ func NewVM() *VM func (*VM) AddCommand ¶ func (c *VM) AddCommand(name string, callback interface{}) error func (*VM) Run ¶ func (c *VM) Run(code string) error Source Files ¶ View all Source files cs.go Click to show internal directories. Click to hide internal directories.