List returns a list of tasks with the given args.
(ctx context.Context, args *ListTaskArgs)
| 43 | SetCompleteByID(ctx context.Context, taskID int) error |
| 44 | // List returns a list of tasks with the given args. |
| 45 | List(ctx context.Context, args *ListTaskArgs) (*ListTaskResult, error) |
| 46 | // DeleteByIDs deletes the tasks with the given IDs. |
| 47 | DeleteByIDs(ctx context.Context, ids ...int) error |
| 48 | // DeleteBy deletes the tasks with the given args. |
no outgoing calls
no test coverage detected