| 2875 | } |
| 2876 | |
| 2877 | type GithubAppListReposResponse struct { |
| 2878 | Body []byte |
| 2879 | HTTPResponse *http.Response |
| 2880 | JSON200 *ListGithubReposResponse |
| 2881 | JSON400 *APIErrors |
| 2882 | JSON401 *APIErrors |
| 2883 | JSON405 *APIErrors |
| 2884 | } |
| 2885 | |
| 2886 | // Status returns HTTPResponse.Status |
| 2887 | func (r GithubAppListReposResponse) Status() string { |
nothing calls this directly
no outgoing calls
no test coverage detected