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

Struct GithubAppListReposResponse

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

Source from the content-addressed store, hash-verified

2875}
2876
2877type 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
2887func (r GithubAppListReposResponse) Status() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected