Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2019 Changes in this version + type ReleaseArtifactInfo struct + Filename string + func (r *ReleaseArtifactInfo) Close() error + func (r *ReleaseArtifactInfo) Download(localpath string) error + func (r *ReleaseArtifactInfo) Read(b []byte) (int, error) + func (r ReleaseArtifactInfo) URL() string + type ReleaseInfo struct + Version string + func (r ReleaseInfo) ReleaseArtifact(filename string) ReleaseArtifactInfo + func (r ReleaseInfo) String() string + type RepositoryInfo struct + Name string + Owner string + func Repository(owner string, name string) RepositoryInfo + func (r RepositoryInfo) Release(version string) ReleaseInfo + func (r RepositoryInfo) String() string + func (r RepositoryInfo) URL() string