MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetRelationInfoReq

Struct GetRelationInfoReq

internal/api/req/relation_req.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type GetRelationInfoReq struct {
16 FollowerID int64 `json:"followerId"` // 关注者
17 FolloweeID int64 `json:"followeeId"` // 被关注者
18}
19
20type FollowUserReq struct {
21 FollowerID int64 `json:"followerId"` // 关注者

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected