Documentation ¶
Index ¶
- Variables
- func InitVM()
- func NewFuncB(funcA interface{}) func()
- func NewFuncInterfaceInterface(funcA interface{}) func(interface{}) interface{}
- func NewFuncInterfaceInterfaceErrorB(funcA interface{}) func(interface{}) (interface{}, error)
- func NewFuncInterfacesInterface(funcA interface{}) func(...interface{}) interface{}
- func NewFuncStringStringB(funcA interface{}) func(string) string
- func NewFuncStringStringErrorB(funcA interface{}) func(string) (string, error)
- func RunScript(codeA, inputA string, argsA []string, parametersA map[string]string, ...) (string, error)
- func RunScriptOnHttp(codeA string, resA http.ResponseWriter, reqA *http.Request, inputA string, ...) (string, error)
- func StartServer(portA string, codeA string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionG = versionG
Functions ¶
func NewFuncInterfaceInterface ¶
func NewFuncInterfaceInterface(funcA interface{}) func(interface{}) interface{}
func NewFuncInterfaceInterfaceErrorB ¶
func NewFuncInterfaceInterfaceErrorB(funcA interface{}) func(interface{}) (interface{}, error)
func NewFuncInterfacesInterface ¶
func NewFuncInterfacesInterface(funcA interface{}) func(...interface{}) interface{}
func NewFuncStringStringB ¶
func RunScriptOnHttp ¶
func StartServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.