(ctx context.Context, userID int64)
| 17 | CancelFollowUser(ctx context.Context, followerID, followeeID int64) error |
| 18 | GetFolloweeCount(ctx context.Context, userID int64) (int64, error) |
| 19 | GetFollowerCount(ctx context.Context, userID int64) (int64, error) |
| 20 | } |
| 21 | |
| 22 | type relationRepository struct { |
nothing calls this directly
no outgoing calls
no test coverage detected