making changes to the dependency implementation like those in Commit 57c481e
This commit is contained in:
@@ -54,8 +54,7 @@ type IssueService interface {
|
||||
GetIssueComments(ctx context.Context, issueID string) ([]*Comment, error)
|
||||
GetCommentCounts(ctx context.Context, issueIDs []string) (map[string]int, error)
|
||||
|
||||
// Dependency management (thin wrappers over beads dependency API)
|
||||
AddDependency(ctx context.Context, issueID, dependsOnID string, depType DependencyType, actor string) error
|
||||
AddDependency(ctx context.Context, dep *Dependency, actor string) error
|
||||
RemoveDependency(ctx context.Context, issueID, dependsOnID string, actor string) error
|
||||
GetDependencies(ctx context.Context, issueID string) ([]*Issue, error)
|
||||
GetDependents(ctx context.Context, issueID string) ([]*Issue, error)
|
||||
|
||||
Reference in New Issue
Block a user