MCPcopy Create free account
hub / github.com/TruthHun/BookStack / FansResult

Struct FansResult

models/fans.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var tableFans = "md_fans"
10
11type FansResult struct {
12 Uid int
13 Nickname string
14 Avatar string
15 Account string
16}
17
18//粉丝表
19type Fans struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected