Documentation ¶
Index ¶
- type Bucket
- type Storer
- func (db *Storer) Archive(id uuid.UUID) error
- func (db *Storer) Count() (count int, err error)
- func (db *Storer) Create(p kanban.Project) error
- func (db *Storer) Find(id uuid.UUID) (p kanban.Project, ok bool, err error)
- func (db *Storer) List() ([]kanban.Project, error)
- func (db *Storer) ListArchived() ([]kanban.Project, error)
- func (db *Storer) Load(projects []kanban.Project) error
- func (db *Storer) Restore(id uuid.UUID) error
- func (db *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.