Versions in this module Expand all Collapse all v1 v1.0.0 May 30, 2021 Changes in this version + func CheckIfSupported(scriptLang string) bool + func RegisterLang(shebangName string, ...) bool + func Run(code Code, jsonMap json_map.JsonMapInt) (data json_map.JsonMapInt, err error) + type Code struct + Script interface{} + ScriptLang ScriptLangType + func NewFrom(from interface{}) (code Code, ok bool) + func (code *Code) ScriptLangShebang() string + func (code *Code) String() string + type ScriptLangType int + const GO + const JS + func ShebangScriptLang(shebang string) ScriptLangType + type SupportedLang struct