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