Documentation ¶ Index ¶ func GetTemplates(templates map[string]string, ci string) map[string]string type Renderer func (renderer Renderer) Render(tpl string, templates map[string]string, params interface{}) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetTemplates ¶ added in v1.14.0 func GetTemplates(templates map[string]string, ci string) map[string]string Types ¶ type Renderer ¶ type Renderer struct { Getenv func(string) string } func (Renderer) Render ¶ func (renderer Renderer) Render(tpl string, templates map[string]string, params interface{}) (string, error) Source Files ¶ View all Source files template.go Click to show internal directories. Click to hide internal directories.