Documentation ¶
Index ¶
- Variables
- func DefaultConfigLocations(fileName string) []string
- func FileExists(filename string) bool
- func FindExistingFile(filenames []string) string
- func ProcessAllTemplates(templates, input interface{}) (interface{}, error)
- func ProcessTemplate(tpl string, data interface{}) (string, error)
- func ReadConfiguration(fileName, environmentKey string) (*[]byte, error)
- type Empty
- type Env
- type String
- type Value
Constants ¶
This section is empty.
Variables ¶
View Source
var Environment = readEnvironment()
Functions ¶
func DefaultConfigLocations ¶
func FileExists ¶
func FindExistingFile ¶
func ProcessAllTemplates ¶
func ProcessAllTemplates(templates, input interface{}) (interface{}, error)
func ProcessTemplate ¶
func ReadConfiguration ¶
Types ¶
type String ¶
sets.String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.
Click to show internal directories.
Click to hide internal directories.