 Documentation
      ¶
      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:"permisions"`
}
    type GithubError ¶
type GithubError struct {
	Resource string `json:"resource"`
	Code     string `json:"code"`
	Field    string `json:"field"`
	Mesage   string `json:"message"`
}
    GithubError struct
type GithubErrorResponse ¶
type GithubErrorResponse struct {
	StatusCode       int    `json:"status_code"`
	Message          string `json:"message"`
	DocumentationURL string `json:"documentation_url"`
	Errors           []GithubError
}
    GithubErrorResponse - struct
type RepoPermissions ¶
 Click to show internal directories. 
   Click to hide internal directories.