Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRepoRequest ¶
func (*CreateRepoRequest) Validate ¶
func (r *CreateRepoRequest) Validate() errors.ApiError
type CreateRepoResponse ¶
type CreateReposResponse ¶
type CreateReposResponse struct {
StatusCode int `json:"status"`
Results []CreateRespositoriesResult `json:"results"`
}
type CreateRespositoriesResult ¶
type CreateRespositoriesResult struct {
Response *CreateRepoResponse `json:"repo"`
Error errors.ApiError `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.