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

Struct Index

internal/handler/index.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Index struct {
22 logger *slog.Logger
23 tmpl *template.Template
24 quotes *quote.Service
25 repo *repository.Queries
26}
27
28func NewIndex(
29 logger *slog.Logger,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected