Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct { Name string `json:"repo_name"` URL string `json:"url"` Branches []string `json:"branches"` }
Repository is the type that is used to store information about a repository
func CreatedRepo ¶
func CreatedRepo(r *http.Request) (*Repository, int, error)
CreatedRepo parses a new repo request from github and returns a Repository and error and status code
Click to show internal directories.
Click to hide internal directories.