Documentation
¶
Index ¶
- func Exec(command string, args []interface{}, inputs ...string) (string, error)
- func FuncMap() template.FuncMap
- func Get(path string, varArgs ...interface{}) (interface{}, error)
- func HasKey(path string, varArgs ...interface{}) (bool, error)
- func ReadFile(file string) (string, error)
- func Required(warn string, val interface{}) (interface{}, error)
- func RequiredEnv(name string) (string, error)
- func SetConfig(config *Config)
- func ToYaml(v interface{}) (string, error)
- func Tpl2yml(tpl, yml string, data interface{}) error
- type Config
- type GomplateConfig
- type Source
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequiredEnv ¶
Types ¶
type Config ¶ added in v0.16.0
type Config struct {
Gomplate GomplateConfig
}
type GomplateConfig ¶ added in v0.16.0
type Source ¶ added in v0.16.0
func (*Source) UnmarshalYAML ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.