Documentation ¶ Index ¶ func CustomFuncMap() template.FuncMap func ExtraFuncMap() template.FuncMap type AgeKeyPair Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CustomFuncMap ¶ func CustomFuncMap() template.FuncMap CustomFuncMap return our custom templates. func ExtraFuncMap ¶ func ExtraFuncMap() template.FuncMap TxtFuncMap returns an aggregated template function map. Currently (custom functions + sprig). Types ¶ type AgeKeyPair ¶ type AgeKeyPair struct { // Identity is the private key, e.g. AGE-SECRET-KEY-1... Identity string `json:"identity" yaml:"identity"` // Recipient is the public key, e.g. age1... Recipient string `json:"recipient" yaml:"recipient"` } Source Files ¶ View all Source files age.goconversion.gofuncmap.gouuid.go Click to show internal directories. Click to hide internal directories.