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

Struct GithubUpdateGlobalWebhookResponse

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

Source from the content-addressed store, hash-verified

2925}
2926
2927type GithubUpdateGlobalWebhookResponse struct {
2928 Body []byte
2929 HTTPResponse *http.Response
2930 JSON400 *APIErrors
2931 JSON401 *APIErrors
2932 JSON405 *APIErrors
2933}
2934
2935// Status returns HTTPResponse.Status
2936func (r GithubUpdateGlobalWebhookResponse) Status() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected