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

Struct BuildGetResponse

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

Source from the content-addressed store, hash-verified

2802}
2803
2804type BuildGetResponse struct {
2805 Body []byte
2806 HTTPResponse *http.Response
2807 JSON200 *Build
2808 JSON400 *APIErrors
2809 JSON403 *APIErrors
2810}
2811
2812// Status returns HTTPResponse.Status
2813func (r BuildGetResponse) Status() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected