Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSONType string = "json" YAMLType string = "yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalConfigOptions ¶
type Interface ¶
type Interface interface {
ReadConfig(cfg interface{})
AllSettings() map[string]interface{}
}
type Options ¶
type Options struct {
// location of the main config file
ConfigFile string
// additional configuration to append to the main config
AdditionalConfig []AdditionalConfigOptions
}
Click to show internal directories.
Click to hide internal directories.