( ctx context.Context, id string, patch taskpkg.Patch, actor taskpkg.ActorContext, )
| 236 | ) ([]taskpkg.Run, error) |
| 237 | CreateTask(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext) (*taskpkg.Task, error) |
| 238 | UpdateTask( |
| 239 | ctx context.Context, |
| 240 | id string, |
| 241 | patch taskpkg.Patch, |
no outgoing calls
no test coverage detected