DeleteByIDs deletes the tasks with the given IDs.
(ctx context.Context, ids ...int)
| 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. |
| 49 | DeleteBy(ctx context.Context, args *DeleteTaskArgs) error |
| 50 | } |
no outgoing calls
no test coverage detected