| 268 | } |
| 269 | |
| 270 | type FuncletClientCoolDownInput struct { |
| 271 | Host string |
| 272 | ContainerID string |
| 273 | RequestID string |
| 274 | ScaleDownRecommendation *ScaleDownRecommendation |
| 275 | } |
| 276 | |
| 277 | type CoolDownRequest struct { |
| 278 | ContainerID string |
nothing calls this directly
no outgoing calls
no test coverage detected