Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchPage ¶
type CreateProjectOpts ¶
type CreateRepoOpts ¶
type CreateRepoOpts struct {
Name string `json:"name"`
}
type SSHKeyPage ¶
type ServerErrors ¶
type ServerErrors struct {
Errors []struct {
Context string `json:"context"`
Message string `json:"message"`
} `json:"errors"`
}
func (ServerErrors) Error ¶
func (se ServerErrors) Error() string
Click to show internal directories.
Click to hide internal directories.