MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / NewResetResponse

Function NewResetResponse

pkg/api/funclet.go:304–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ResetContainersMethod · 0.92

Calls 1

Tested by

no test coverage detected