Versions in this module Expand all Collapse all v0 v0.0.2 Jun 26, 2026 Changes in this version + func FuncMapE(helpers ...Helper) (template.FuncMap, error) v0.0.1 Jun 24, 2026 Changes in this version + func CoalesceValue(values ...any) any + func DefaultValue(fallback, value any) any + func DurationValue(value any) (string, error) + func FormatTimeValue(layout string, value any) (string, error) + func FuncMap(helpers ...Helper) template.FuncMap + func IsZeroValue(value any) bool + func JSONValue(value any) (string, error) + func LowerValue(value any) string + func OptionalValue(format string, value any) string + func StringValue(value any) string + func TrimValue(value any) string + func UpperValue(value any) string + func WhenValue(condition bool, trueValue, falseValue string) string + func WithPrefixValue(prefix string, value any) string + func WithSuffixValue(suffix string, value any) string + type Helper string + const Coalesce + const Default + const Duration + const FormatTime + const JSON + const Lower + const Optional + const Trim + const Upper + const When + const WithPrefix + const WithSuffix + func All() []Helper