Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubRelease ¶
type GithubRelease struct {
Assets []GithubReleaseAsset `json:"assets,omitempty"`
}
type GithubReleaseAsset ¶
type HTTPStatusError ¶ added in v0.12.2
HTTPStatusError wraps HTTP status code errors for better error handling.
func (*HTTPStatusError) Error ¶ added in v0.12.2
func (e *HTTPStatusError) Error() string
Click to show internal directories.
Click to hide internal directories.