DeleteBy deletes the tasks with the given args.
(ctx context.Context, args *DeleteTaskArgs)
| 47 | DeleteByIDs(ctx context.Context, ids ...int) error |
| 48 | // DeleteBy deletes the tasks with the given args. |
| 49 | DeleteBy(ctx context.Context, args *DeleteTaskArgs) error |
| 50 | } |
| 51 | |
| 52 | type ( |
no outgoing calls
no test coverage detected