Documentation ¶
Index ¶
- func MapTo(cfg *ini.File, section string, v interface{}) error
- func ParseKeyFromSectionString(path string, section string, key string) (string, error)
- func RemoveFilesGlob(p string, pattern string, section string, key string, value string) error
- func RemoveFilesSectionGlob(p string, pattern string, section string, key string, value string) error
- type Meta
- func (m *Meta) GetKeySectionString(section string, key string) string
- func (m *Meta) GetKeySectionUint(section string, key string) uint
- func (m *Meta) NewKeyToSectionString(section string, key string, value string) error
- func (m *Meta) NewSection(section string) error
- func (m *Meta) RemoveKeyFromSectionString(section string, key string, value string) error
- func (m *Meta) RemoveSection(section string, key string, value string) error
- func (m *Meta) Save() error
- func (m *Meta) SetKeySectionString(section string, key string, value string) error
- func (m *Meta) SetKeySectionUint(section string, key string, value uint) error
- func (m *Meta) SetKeyToNewSectionString(key string, value string)
- func (m *Meta) SetKeyToNewSectionUint(key string, value uint)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveFilesGlob ¶
Types ¶
type Meta ¶
func (*Meta) GetKeySectionString ¶
func (*Meta) NewKeyToSectionString ¶
func (*Meta) NewSection ¶
func (*Meta) RemoveKeyFromSectionString ¶
func (*Meta) RemoveSection ¶
func (*Meta) SetKeySectionString ¶
func (*Meta) SetKeySectionUint ¶
func (*Meta) SetKeyToNewSectionString ¶
func (*Meta) SetKeyToNewSectionUint ¶
Click to show internal directories.
Click to hide internal directories.