Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
var
tableFans =
"md_fans"
10
11
type
FansResult
struct
{
12
Uid int
13
Nickname string
14
Avatar string
15
Account string
16
}
17
18
//粉丝表
19
type
Fans
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected