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

Struct BuildLogsListResponse

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

Source from the content-addressed store, hash-verified

2826}
2827
2828type BuildLogsListResponse struct {
2829 Body []byte
2830 HTTPResponse *http.Response
2831 JSON200 *LogLineList
2832 JSON400 *APIErrors
2833 JSON403 *APIErrors
2834}
2835
2836// Status returns HTTPResponse.Status
2837func (r BuildLogsListResponse) Status() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected