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

Struct FollowUserReq

internal/api/req/relation_req.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type FollowUserReq struct {
21 FollowerID int64 `json:"followerId"` // 关注者
22 FolloweeID int64 `json:"followeeId"` // 被关注者
23}
24
25type CancelFollowUserReq struct {
26 FollowerID int64 `json:"followerId"` // 关注者

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected