Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContentTypeTARGZ = "application/x-gzip" ContentTypeZIP = "application/zip" )
Content type constants
View Source
const GithubAPIBase = "https://api.github.com"
GithubAPIBase represents the base url for the GitHub API
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { DownloadURL string `json:"browser_download_url"` ContentType string `json:"content_type"` }
Asset represents an uploaded GitHub release asset
type GithubRepo ¶
GithubRepo represents a unique repository on the GitHub platform
Click to show internal directories.
Click to hide internal directories.