Versions in this module Expand all Collapse all v0 v0.4.1 Mar 24, 2022 v0.4.0 Jan 12, 2021 Changes in this version + var FuncMap = template.FuncMap + var Options = []string + func CurrentTimeInFmt(fmt string) string + type Interface interface + Execute func(string) error + Info func() Metadata + UseDefaultValues func() + UseValues func(path string) error + func Get(path string) (Interface, error) + type JSONTime time.Time + func NewTime() JSONTime + func (t *JSONTime) MarshalJSON() ([]byte, error) + func (t *JSONTime) UnmarshalJSON(b []byte) error + func (t JSONTime) String() string + type Metadata struct + Created JSONTime + Repository string + Tag string + func (m Metadata) String() []string