Documentation
¶
Index ¶
- Variables
- type DB
- func (db *DB) CreateQuicklink(name, url string) (Quicklink, error)
- func (db *DB) CreateTask(title, date string) (Task, error)
- func (db *DB) DeleteQuicklink(id int64) error
- func (db *DB) DeleteTask(id int64) error
- func (db *DB) GetQuicklinks() ([]Quicklink, error)
- func (db *DB) GetTasks(date string) ([]Task, error)
- func (db *DB) Migrate() error
- func (db *DB) ToggleTask(id int64) (bool, error)
- type Quicklink
- type Task
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.