| 2925 | } |
| 2926 | |
| 2927 | type 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 |
| 2936 | func (r GithubUpdateGlobalWebhookResponse) Status() string { |
nothing calls this directly
no outgoing calls
no test coverage detected