Documentation ¶
Index ¶
- Variables
- func ExecTemplateFunc(fun any, args []string) (string, error)
- func ExecTemplateFuncWithVariables(fun any, args []string, templateVars map[string]any, iter mp.Iterator) (string, error)
- func GetFuncs() template.FuncMap
- func ParseFunc(v string) (f any, args []string)
- func RandInt(args ...any) (string, error)
- func RandString(args ...any) (string, error)
- func UUID(args ...any) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedFunctionType = fmt.Errorf("unsupported function type")
Functions ¶
func RandString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.