(ctx context.Context, id string, actor taskpkg.ActorContext)
| 220 | type hostAPITaskManager interface { |
| 221 | ListTasks(ctx context.Context, query taskpkg.Query, actor taskpkg.ActorContext) ([]taskpkg.Summary, error) |
| 222 | GetTask(ctx context.Context, id string, actor taskpkg.ActorContext) (*taskpkg.View, error) |
| 223 | Timeline( |
| 224 | ctx context.Context, |
| 225 | taskID string, |
no outgoing calls