Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TasksService ¶
type TasksService interface {
Close() error
GetAll() ([]Task, error)
Add(text string) error
Complete(id uint64) error
}
func NewTasksService ¶
func NewTasksService() (TasksService, error)
Click to show internal directories.
Click to hide internal directories.