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

Struct BookCounter

models/book_counter.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type BookCounter struct {
16 Id int
17 Bid int //bookId
18 Day int // 20060102
19 StarCnt int
20 ViewCnt int
21}
22
23type SortedBook struct {
24 Id int `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected