Documentation ¶
Overview ¶
Package tpl provides a way to parse a template string and inject secret values into it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyNotFound = errTemplate.Code("key_not_found").ErrorPref("no value supplied for key %s") ErrTagNotClosed = errTemplate.Code("tag_not_closed").ErrorPref("missing closing delimiter '%s'") )
Errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.