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

Struct dbInserter

enterprise/coderd/usage/inserter.go:19–21  ·  view source on GitHub ↗

dbInserter collects usage events and stores them in the database for publishing.

Source from the content-addressed store, hash-verified

17// dbInserter collects usage events and stores them in the database for
18// publishing.
19type dbInserter struct {
20 clock quartz.Clock
21}
22
23var _ agplusage.Inserter = &dbInserter{}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected