Documentation ¶ Index ¶ func Render(tpl []byte, obj interface{}) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Render ¶ func Render(tpl []byte, obj interface{}) ([]byte, error) Render renders the given a Go text template as a []byte and any object to be exposed within the template as "." into the resulting []byte. It also permits the use of functions from the sprig library. Types ¶ This section is empty. Source Files ¶ View all Source files renderer.go Click to show internal directories. Click to hide internal directories.