MCPcopy Create free account
hub / github.com/PostHog/duckgres / CPInstance

Struct CPInstance

controlplane/admin/live.go:111–114  ·  view source on GitHub ↗

CPInstance is a live control-plane replica.

Source from the content-addressed store, hash-verified

109
110// CPInstance is a live control-plane replica.
111type CPInstance struct {
112 ID string `json:"id"`
113 Self bool `json:"self"`
114}
115
116// HotIdleOrg is one org's hot-idle pool footprint plus its configured pool
117// ceiling, for the admin dashboard's hot-idle reporting: who is holding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected