(ctx context.Context, UserID int64)
| 12 | FollowUser(ctx context.Context, followerID, followeeID int64) error |
| 13 | CancelFollowUser(ctx context.Context, followerID, followeeID int64) error |
| 14 | GetFolloweeCount(ctx context.Context, UserID int64) (int64, error) |
| 15 | GetFollowerCount(ctx context.Context, UserID int64) (int64, error) |
| 16 | } |
| 17 |
no outgoing calls
no test coverage detected