Documentation ¶ Index ¶ type Defaults func NewDefaults(filename string) Defaults Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Defaults ¶ type Defaults interface { // GetDefault returns the default value for the given key. GetDefault(key string) string // SetDefault sets the default value for the given key. SetDefault(key string, value string) } func NewDefaults ¶ func NewDefaults(filename string) Defaults Source Files ¶ View all Source files defaults.go Click to show internal directories. Click to hide internal directories.