Documentation
¶
Index ¶
- func ATask(todoId string) models.Task
- func AllTask(requestFilter map[string]interface{}) ([]models.Task, artifact.PaginationMeta, error)
- func CreateATask(createTaskDto dto.CreateTaskRequest) models.Task
- func DeleteATask(todoId string) bool
- func UpdateATask(todoId string, updateTaskDto dto.UpdateTaskRequest) (models.Task, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateATask ¶
func CreateATask(createTaskDto dto.CreateTaskRequest) models.Task
func DeleteATask ¶
func UpdateATask ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.