New creates a new task with the given args.
(ctx context.Context, task *TaskArgs)
| 33 | TxOperator |
| 34 | // New creates a new task with the given args. |
| 35 | New(ctx context.Context, task *TaskArgs) (*ent.Task, error) |
| 36 | // Update updates the task with the given args. |
| 37 | Update(ctx context.Context, task *ent.Task, args *TaskArgs) (*ent.Task, error) |
| 38 | // GetPendingTasks returns all pending tasks of given type. |
no outgoing calls