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

Struct ClusterStatus

controlplane/admin/api.go:53–58  ·  view source on GitHub ↗

ClusterStatus aggregates cluster state for the dashboard.

Source from the content-addressed store, hash-verified

51type SessionStatus struct {
52 PID int32 `json:"pid"`
53 WorkerID int `json:"worker_id"`
54 Org string `json:"org"`
55 User string `json:"user"`
56 Protocol string `json:"protocol"`
57}
58
59// ClusterStatus aggregates cluster state for the dashboard.
60type ClusterStatus struct {
61 TotalOrgs int `json:"total_orgs"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected