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

TypeAlias UsageEventType

coderd/usage/usagetypes/events.go:24–24  ·  view source on GitHub ↗

UsageEventType is an enum of all usage event types. It mirrors the database type `usage_event_type`.

Source from the content-addressed store, hash-verified

22// UsageEventType is an enum of all usage event types. It mirrors the database
23// type `usage_event_type`.
24type UsageEventType string
25
26// All event types.
27//

Callers 4

TestParseEventWithTypeFunction · 0.92
TestTallymanV1UsageEventFunction · 0.92
publishOnceMethod · 0.92
TestInserterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected