Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GithubContainer ¶
type GithubContainer struct { Client *github.Client Releases []*github.RepositoryRelease }
func (*GithubContainer) DownloadAsset ¶
func (gh *GithubContainer) DownloadAsset(asset *github.ReleaseAsset, targetPath string) error
DownloadAsset downloads asset from a release
func (*GithubContainer) GetChangeLog ¶
func (gh *GithubContainer) GetChangeLog(currentVersion string) (string, error)
func (*GithubContainer) GetLatestRelease ¶
func (gh *GithubContainer) GetLatestRelease() (*github.RepositoryRelease, error)
Click to show internal directories.
Click to hide internal directories.