Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter interface { Eval(script string) (interface{}, error) ExecFile(filename string, funcname string) (interface{}, error) }
func NewInterpreter ¶
func NewInterpreter() Interpreter
Click to show internal directories.
Click to hide internal directories.