Versions in this module Expand all Collapse all v0 v0.0.2 Apr 19, 2026 v0.0.1 Apr 18, 2026 Changes in this version + var DefaultExecutionConfig = ExecutionConfig + type Execution struct + func NewExecution(conf ExecutionConfig) *Execution + func (e *Execution) Args() []any + func (e *Execution) Func() (string, any) + func (e *Execution) Funcs() template.FuncMap + type ExecutionConfig struct + FuncName string + NumberedParameters bool