(ctx context.Context, id string, actor taskpkg.ActorContext)
| 48 | // TaskService is the narrowed task-domain surface consumed by network ingress. |
| 49 | type TaskService interface { |
| 50 | GetTask(ctx context.Context, id string, actor taskpkg.ActorContext) (*taskpkg.View, error) |
| 51 | CreateTask(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext) (*taskpkg.Task, error) |
| 52 | UpdateTask( |
| 53 | ctx context.Context, |
no outgoing calls