Documentation ¶ Index ¶ func InitFuncs(funcMap template.FuncMap) func New() template.FuncMap Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitFuncs ¶ func InitFuncs(funcMap template.FuncMap) InitFuncs assigns late-bound functions to the func map. func New ¶ func New() template.FuncMap New returns the template func map populated with some useful template functions that can be used in filter actions. Some functions are late-bound, so we merely provide a declaration. The real function is attached when the filter action is triggered. Types ¶ This section is empty. Source Files ¶ View all Source files funcmap.go Click to show internal directories. Click to hide internal directories.