Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type ReleaseFile ¶
type ReleaseFile struct { Contents io.ReadCloser Info ReleaseInfo }
ReleaseFile represents a file in a given Github release.
type ReleaseInfo ¶
type ReleaseInfo struct { // If the tag is valid, the will be non null. Tag *string }
type RepoClient ¶
Click to show internal directories.
Click to hide internal directories.