package
1.0.0
Repository: https://github.com/psebaraj/gogetitdone.git
Documentation: pkg.go.dev

# Functions

controller: changes description of a expiring task res: updated expiring task with new description as JSON.
controller: changes description of a priority task res: updated priority task with new description as JSON.
controller: changes description of a (regular) task res: updated (regular) task with new description as JSON.
controller: changes priority level for a priorityTask res: updated priorityTask with new priority level as JSON.
controller: changes title of a expiring task res: updated expiring task with new title as JSON.
controller: changes title of a priority task res: updated priority task with new title as JSON.
controller: changes title of a (regular) task res: updated (regular) task with new title as JSON.
controller: create singular expiring task res: created expiring task as JSON.
controller: create singular person res: created user as JSON.
controller: create singular priorityTask res: created priorityTask as JSON.
controller: create singular (regular) task res: created (regular) task as JSON.
controller: delete singular expiring task res: deleted task as JSON.
controller: delete singular person res: deleted user as JSON.
controller: delete singular priorityTask res: deleted priorityTask as JSON.
controller: delete singular (regular) task res: deleted task as JSON.
controller: get singular expiring task res: one task as JSON.
controller: get all expiring tasks res: list of tasks as JSON.
controller: get all people, without loading tasks to avoid massive json responses res: all users as JSON.
controller: get singular person with all of their tasks res: one user as JSON.
controller: get singular priorityTask res: one priorityTask as JSON.
controller: get all priorityTasks res: list of priorityTasks as JSON.
controller: get singular (regular) task res: one task as JSON.
controller: get all (regular) tasks res: list of tasks as JSON.
controller: toggle complete boolean for an expiringTask res: updated expiringTask with toggled completion status as JSON.
controller: toggle complete boolean for a priorityTask res: updated priorityTask with toggled completion status as JSON.
controller: toggle complete boolean for a (regular) task res: updated (regular) task with toggled completion status as JSON.