Documentation
¶
Index ¶
- type IconSetup
- type Store
- func (s *Store) AudioDir() string
- func (s *Store) AudioVolume() (float64, error)
- func (s *Store) ConfigDir() string
- func (s *Store) IconDir() string
- func (s *Store) Load() ([]event.Event, error)
- func (s *Store) Save(events []event.Event) error
- func (s *Store) SaveAudioVolume(volume float64) error
- func (s *Store) SaveSpellIconSet(name string) error
- func (s *Store) SaveSpellIconSetup(state IconSetup) error
- func (s *Store) Sounds() ([]string, error)
- func (s *Store) SpellIconSet() (string, error)
- func (s *Store) SpellIconSets() ([]string, error)
- func (s *Store) SpellIconSetup() (IconSetup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AudioVolume ¶
func (*Store) SaveAudioVolume ¶
func (*Store) SaveSpellIconSet ¶ added in v0.2.1
func (*Store) SaveSpellIconSetup ¶
func (*Store) SpellIconSet ¶ added in v0.2.1
func (*Store) SpellIconSets ¶ added in v0.2.1
func (*Store) SpellIconSetup ¶
Click to show internal directories.
Click to hide internal directories.