CPInstance is a live control-plane replica.
| 109 | |
| 110 | // CPInstance is a live control-plane replica. |
| 111 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected