Documentation ¶
Index ¶
- func Execute(ctx context.Context, statement string, value any, bindings binding.Bindings, ...) (any, error)
- func GetFunctions(ctx context.Context) []jpfunctions.FunctionEntry
- func NewLazyBinding(resolver resolverFunc) binding.Binding
- func NewLazyBindingWithValue(value any) binding.Binding
- func String(ctx context.Context, in string, value any, bindings binding.Bindings, ...) string
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFunctions ¶
func GetFunctions(ctx context.Context) []jpfunctions.FunctionEntry
func NewLazyBinding ¶
func NewLazyBindingWithValue ¶
Types ¶
type Option ¶
type Option func(options) options
func WithFunctionCaller ¶
func WithFunctionCaller(functionCaller interpreter.FunctionCaller) Option
Click to show internal directories.
Click to hide internal directories.