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

Struct DownloadCounter

models/download_counter.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type DownloadCounter struct {
15 Id int
16 Uid int `orm:"index"`
17 Date int `orm:"index"`
18 Total int
19}
20
21func NewDownloadCounter() *DownloadCounter {
22 return &DownloadCounter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected