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 ¶
HTTPStatusError wraps HTTP status code errors for better error handling.
func (*HTTPStatusError) Error ¶
func (e *HTTPStatusError) Error() string
Click to show internal directories.
Click to hide internal directories.