Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 Changes in this version + func Install() + type Storage struct + func (s *Storage) DeleteKey(section string, key string) bool + func (s *Storage) DeleteSection(section string) + func (s *Storage) GetKeyList(section string) []string + func (s *Storage) GetSectionList() []string + func (s *Storage) GetValue(section string, key string) (value string, found bool) + func (s *Storage) HasSection(section string) bool + func (s *Storage) Load() (err error) + func (s *Storage) Save() error + func (s *Storage) Serialize() (string, error) + func (s *Storage) SetValue(section string, key string, value string)