MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / User

Struct User

controller/common.go:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type User struct {
26 Id int64 `json:"id,omitempty"`
27 Name string `json:"name,omitempty"`
28 FollowCount int64 `json:"follow_count,omitempty"`
29 FollowerCount int64 `json:"follower_count,omitempty"`
30 IsFollow bool `json:"is_follow,omitempty"`
31}
32
33type Message struct {
34 Id int64 `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected