Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PushCanaryRouter ¶
func PushCanaryRouter( cli plugin.CliConnection, reader io.Reader, args []string, d Downloader, r logcache.Reader, log Logger, )
Types ¶
type Downloader ¶
type GithubReleaseDownloader ¶
type GithubReleaseDownloader struct {
// contains filtered or unexported fields
}
func NewGithubReleaseDownloader ¶
func NewGithubReleaseDownloader(repoName string, c HTTPClient, log Logger) GithubReleaseDownloader
func (GithubReleaseDownloader) Download ¶
func (d GithubReleaseDownloader) Download(assetName string) string
Click to show internal directories.
Click to hide internal directories.