MCPcopy Create free account
hub / github.com/dreamsofcode-io/zenstats / pageData

Struct pageData

internal/handler/index.go:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type pageData struct {
51 Quote quote.Quote
52 TotalHits int64
53 Visitors Visitors
54}
55
56var hits = 1057
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected