Versions in this module Expand all Collapse all v3 v3.33.3 Jan 17, 2024 Changes in this version type Templater + RemoveNoValue bool v3.33.2 Jan 17, 2024 Changes in this version + type Templater struct + Vars *ast.Vars + func (r *Templater) Err() error + func (r *Templater) Replace(str string) string + func (r *Templater) ReplaceGlobs(globs []*ast.Glob) []*ast.Glob + func (r *Templater) ReplaceSlice(strs []string) []string + func (r *Templater) ReplaceVars(vars *ast.Vars) *ast.Vars + func (r *Templater) ReplaceVarsWithExtra(vars *ast.Vars, extra map[string]any) *ast.Vars + func (r *Templater) ReplaceWithExtra(str string, extra map[string]any) string + func (r *Templater) ResetCache() Other modules containing this package github.com/newrelic-forks/task