Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
Repository used to fetch work task data from the database.
func (*Repository) CreateWorkTask ¶
func (r *Repository) CreateWorkTask(task Task) error
CreateWorkTask will store a work task in the database.
func (*Repository) GetAllWorkTasks ¶
func (r *Repository) GetAllWorkTasks() ([]Task, error)
GetAllWorkTasks will retrieve all work tasks from the database.
Click to show internal directories.
Click to hide internal directories.