Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct { CurrentUser string `json:"current_user_url"` AuthorizationsUrl string `json:"authorizations_url"` RepositoryURL string `json:"repository_url"` }
func GetEndpoints ¶
type GithubError ¶
type Repository ¶
type Repository struct { Name string `json:"name"` Description string `json:"description,omitempty"` Private bool `json:"private"` }
func CreateRepo ¶
func CreateRepo(request Repository) (*Repository, error)
Click to show internal directories.
Click to hide internal directories.