Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GojaJsEngine ¶
type GojaJsEngine struct {
// contains filtered or unexported fields
}
GojaJsEngine goja js引擎
func NewGojaJsEngine ¶
func NewGojaJsEngine(config types.Config, jsScript string, vars map[string]interface{}) *GojaJsEngine
NewGojaJsEngine 创建一个新的js引擎实例
func (*GojaJsEngine) Execute ¶
func (g *GojaJsEngine) Execute(functionName string, argumentList ...interface{}) (out interface{}, err error)
func (*GojaJsEngine) Stop ¶
func (g *GojaJsEngine) Stop()
Click to show internal directories.
Click to hide internal directories.