(ctx context.Context, taskID string)
| 135 | CreateDependency(ctx context.Context, dependency Dependency) error |
| 136 | DeleteDependency(ctx context.Context, taskID string, dependsOnID string) error |
| 137 | ListDependencies(ctx context.Context, taskID string) ([]Dependency, error) |
| 138 | ListDependents(ctx context.Context, dependsOnTaskID string) ([]Dependency, error) |
| 139 | CountDependencies(ctx context.Context, taskID string) (int, error) |
| 140 | HasDependencyPath(ctx context.Context, fromTaskID string, toTaskID string) (bool, error) |
no outgoing calls