Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardDB ¶
type CardDB interface { Create(*models.Card) error GetAll() ([]models.Card, error) Delete(int64) error Update(int64, string) error Move(int64, int64) error }
CardDB handles db operations for cards
Click to show internal directories.
Click to hide internal directories.