| 275 | } |
| 276 | |
| 277 | type CoolDownRequest struct { |
| 278 | ContainerID string |
| 279 | RequestID string |
| 280 | ScaleDownRecommendation *ScaleDownRecommendation |
| 281 | } |
| 282 | |
| 283 | type FuncletClientRebornInput struct { |
| 284 | ContainerID string |
nothing calls this directly
no outgoing calls
no test coverage detected