HBAISeats is a heartbeat event for the total number of AI seats consumed.
| 168 | |
| 169 | // HBAISeats is a heartbeat event for the total number of AI seats consumed. |
| 170 | type HBAISeats struct { |
| 171 | Count int64 `json:"count"` |
| 172 | } |
| 173 | |
| 174 | var _ HeartbeatEvent = HBAISeats{} |
| 175 |
nothing calls this directly
no outgoing calls
no test coverage detected