Versions in this module Expand all Collapse all v1 v1.7.2 Mar 29, 2019 Changes in this version + const IDString + const JSONString + func NewParse(tag, format string) (*template.Template, error) + func Parse(format string) (*template.Template, error) + type JSONStruct struct + Output interface{} + func (j JSONStruct) Out() error + type JSONStructArray struct + Output []interface{} + func (j JSONStructArray) Out() error + type StdoutTemplate struct + Fields map[string]string + Output interface{} + Template string + func (t StdoutTemplate) Out() error + type StdoutTemplateArray struct + Fields map[string]string + Output []interface{} + Template string + func (t StdoutTemplateArray) Out() error + type Writer interface + Out func() error + type YAMLStruct struct + Output interface{} + func (y YAMLStruct) Out() error