Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
57
type
Reporter
struct
{
58
opts ReporterOptions
59
}
60
61
func
NewReporter(opts ReporterOptions) *Reporter {
62
return
&Reporter{opts: opts}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected