refactor: agentic comment cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ type repository interface {
|
||||
getMembers(ctx context.Context, particleID string) ([]string, error)
|
||||
getMembersMap(ctx context.Context, particleIDs []string) (map[string][]string, error)
|
||||
|
||||
// getAncestorChain returns the particle and all its ancestors (for access checks)
|
||||
// getAncestorChain returns the particle followed by its ancestors, in order.
|
||||
getAncestorChain(ctx context.Context, particleID string) ([]*Particle, error)
|
||||
isMemberOf(ctx context.Context, particleID, email string) (bool, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user