Documentation
¶
Index ¶
- type Config
- func (c *Config) Delete(section, key string) bool
- func (c *Config) ForEachKey(section string, fn func(key, value string))
- func (c *Config) Get(section, key string) (string, bool)
- func (c *Config) Move(section, key string, newIndex int) bool
- func (c *Config) Set(section, key, value string)
- func (c *Config) Write(w io.Writer) error
- type Entry
- type EntryType
- type Section
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (*Config) ForEachKey ¶
Click to show internal directories.
Click to hide internal directories.