MCPcopy
hub / github.com/hatchet-dev/hatchet / InfraAsCodeCreateResponse

Struct InfraAsCodeCreateResponse

pkg/client/cloud/rest/gen.go:2975–2980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2973}
2974
2975type InfraAsCodeCreateResponse struct {
2976 Body []byte
2977 HTTPResponse *http.Response
2978 JSON400 *APIErrors
2979 JSON403 *APIErrors
2980}
2981
2982// Status returns HTTPResponse.Status
2983func (r InfraAsCodeCreateResponse) Status() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected