(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext)
| 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, |
| 54 | id string, |
no outgoing calls