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

Struct HBAISeats

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

HBAISeats is a heartbeat event for the total number of AI seats consumed.

Source from the content-addressed store, hash-verified

168
169// HBAISeats is a heartbeat event for the total number of AI seats consumed.
170type HBAISeats struct {
171 Count int64 `json:"count"`
172}
173
174var _ HeartbeatEvent = HBAISeats{}
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected