MCPcopy Index your code
hub / github.com/coder/coder / Reporter

Struct Reporter

coderd/workspacestats/reporter.go:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type Reporter struct {
58 opts ReporterOptions
59}
60
61func NewReporter(opts ReporterOptions) *Reporter {
62 return &Reporter{opts: opts}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected