Versions in this module Expand all Collapse all v0 v0.17.2 Mar 6, 2026 Changes in this version + func IsPlaceholder(s any) bool + func Trim(s string) string + type Template struct + Value any + func New(value any) Template + func (t Template) Apply(lookUp map[string]any) (any, error) + func (t Template) GetAllPlaceholders() []string + func (t Template) IsMap() bool + func (t Template) IsString() bool + type TemplateResolver func(lookUp map[string]any, key string) (any, error)