Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
CloseChannel chan (bool)
// contains filtered or unexported fields
}
func (*API) AddTaskHandler ¶
Inserts a new task into the database
func (*API) ForceClose ¶
func (a *API) ForceClose()
func (*API) GetAllTasksHandler ¶
Gets all tasks from the database Query - orderby, limit, offset
func (*API) GetTaskByIDHandler ¶
Gets a task by provided ID
func (*API) SearchTasksHandler ¶
Full text search to get tasks Query ?q
func (*API) UpdateDoneHandler ¶
Updates the done state of the task with provided id
Click to show internal directories.
Click to hide internal directories.