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

Struct Dashboard

models/dashboard.go:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Dashboard struct {
9 BookNumber int64 `json:"book_number"`
10 BookNumberToday int64 `json:"book_number_today"`
11 DocumentNumber int64 `json:"document_number"`
12 DocumentNumberToday int64 `json:"document_number_today"`
13 MemberNumber int64 `json:"member_number"`
14 MemberNumberToday int64 `json:"member_number_today"`
15 CommentNumber int64 `json:"comment_number"`
16 CommentNumberToday int64 `json:"comment_number_today"`
17 AttachmentNumber int64 `json:"attachment_number"`
18}
19
20func NewDashboard() *Dashboard {
21 return &Dashboard{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected