Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRepoRequest ¶
type CreateRepoResponse ¶
type CreateRepoResponse struct {
Id int64 `json:"id"`
Name string `json:"name"`
FullName string `json:"full_name"`
Owner RepoOwner `json:"owner"`
Permissions RepoPermissions `json:"permissions"`
}
type GithubError ¶
type GithubErrorResponse ¶
type GithubErrorResponse struct {
StatusCode int `json:"status_code"`
Message string `json:"message"`
DocumentationUr string `json:"documentation_url"`
Errors []GithubError `json:"errors"`
}
func (GithubErrorResponse) Error ¶
func (r GithubErrorResponse) Error() string
type RepoPermissions ¶
Click to show internal directories.
Click to hide internal directories.