Documentation
¶
Overview ¶
Package github can handle git branch sources
Package github has common definitions ¶
Package github gets release/asset information from upstreams
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Message string `json:"message"` Documentation string `json:"documentation_url"` }
ErrorResponse is the error from github
type WrapperError ¶
WrapperError indicates a download error (from github specifically)
func (*WrapperError) Error ¶
func (e *WrapperError) Error() string
Error is the interface definition for fetch errors
Click to show internal directories.
Click to hide internal directories.