(ctx context.Context, followerID, followeeID int64)
| 15 | ListFolloweeRelations(ctx context.Context, followeeID int64, pagination domain.Pagination) ([]domain.Relation, error) |
| 16 | FollowUser(ctx context.Context, followerID, followeeID int64) error |
| 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 | } |
no outgoing calls
no test coverage detected