()
| 302 | } |
| 303 | |
| 304 | func NewResetResponse() *ResetResponse { |
| 305 | return &ResetResponse{ |
| 306 | ScaleDownResult: NewScaleDownImplementationResult(), |
| 307 | } |
| 308 | } |
| 309 | |
| 310 | type ScaleDownImplementationResult struct { |
| 311 | Success []string |
no test coverage detected