Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + 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 struct + Cfg *ini.File + Path string + Section *ini.Section + func Load(path string) (*Meta, error) + 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)