Documentation ¶
Index ¶
- type Store
- func (s *Store) ClearCurrent() error
- func (s *Store) Delete(key string) error
- func (s *Store) GetCurrent() (pomo.Pomo, error)
- func (s *Store) List(fromTo ...time.Time) ([]pomo.Pomo, error)
- func (s *Store) ListKeys(fromTo ...time.Time) ([]string, error)
- func (s *Store) Read(key string) (pomo.Pomo, error)
- func (s *Store) Save(key string, p pomo.Pomo) (err error)
- func (s *Store) SaveCurrent(p pomo.Pomo) error
- func (s *Store) SavePomo(p pomo.Pomo) 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) ClearCurrent ¶
Click to show internal directories.
Click to hide internal directories.