| 13 | } |
| 14 | |
| 15 | type GetRelationInfoReq struct { |
| 16 | FollowerID int64 `json:"followerId"` // 关注者 |
| 17 | FolloweeID int64 `json:"followeeId"` // 被关注者 |
| 18 | } |
| 19 | |
| 20 | type FollowUserReq struct { |
| 21 | FollowerID int64 `json:"followerId"` // 关注者 |
nothing calls this directly
no outgoing calls
no test coverage detected