Documentation
¶
Index ¶
- type Bucket
- type Storer
- func (s *Storer) Archive(id uuid.UUID) error
- func (s *Storer) Clear()
- func (s *Storer) Count() (int, error)
- func (s *Storer) Create(p kanban.Project) error
- func (s *Storer) Find(id uuid.UUID) (p kanban.Project, ok bool, err error)
- func (s *Storer) List() (list []kanban.Project, err error)
- func (s *Storer) ListArchived() (list []kanban.Project, err error)
- func (s *Storer) Load(projects []kanban.Project) error
- func (s *Storer) Restore(id uuid.UUID) error
- func (s *Storer) Save(projects ...kanban.Project) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.