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

Struct CancelFollowUserReq

internal/api/req/relation_req.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type CancelFollowUserReq struct {
26 FollowerID int64 `json:"followerId"` // 关注者
27 FolloweeID int64 `json:"followeeId"` // 被关注者
28}
29
30type GetFolloweeCountReq struct {
31 UserID int64 `json:"userId"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected