Documentation ¶
Index ¶
- func EvalFileWithParam(fs afero.Fs, scriptPath string, param rel.Value) (rel.Value, error)
- func EvalWithParam(script string, param rel.Value) (rel.Value, error)
- func ExprFileWithParam(fs afero.Fs, scriptPath string, param rel.Value) (rel.Expr, error)
- func ExprWithParam(script string, scriptPath string, param rel.Value) (rel.Expr, error)
- func RunTests(testScript string, testScriptPath string, param rel.Value) (test.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalFileWithParam ¶
EvalFileWithParam returns the result of evaluating the function in the specified file, passing in the specified parameter.
func EvalWithParam ¶
EvalWithParam returns the result of evaluating the function in the specified string, passing in the specified parameter.
func ExprFileWithParam ¶
ExprFileWithParam returns the unevaluated expression of the function in the specified file after the specified parameter was applied to it.
func ExprWithParam ¶
ExprWithParam returns the unevaluated expression of the function in the specified string after the specified parameter was applied to it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.