ClusterStatus aggregates cluster state for the dashboard.
| 51 | type 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. |
| 60 | type ClusterStatus struct { |
| 61 | TotalOrgs int `json:"total_orgs"` |
nothing calls this directly
no outgoing calls
no test coverage detected