Versions in this module Expand all Collapse all v0 v0.0.11 Jun 26, 2026 v0.0.10 Jun 26, 2026 Changes in this version + func GetSizeFormat(size int) string + type Asset struct + Arch string + ChecksumFile bool + CreatedAt time.Time + Name string + OS string + Size int + Type string + URL string + func (a Asset) Is32Bit() bool + func (a Asset) IsChecksumFile() bool + func (a Asset) IsLinux() bool + func (a Asset) IsMac() bool + func (a Asset) IsMacM1() bool + func (a Asset) IsWindows() bool + func (a Asset) Key() string + type Assets []Asset + func GetAssetList(repo []*github.RepositoryRelease) Assets + func GetAssets(repo *github.RepositoryRelease) Assets + func (as Assets) HasM1() bool + type PublicRelease struct + func NewPublicRelease(owner, repo string) *PublicRelease + func (g PublicRelease) Latest(ctx context.Context) (*github.RepositoryRelease, error) + func (g PublicRelease) List(ctx context.Context, pageSize ...int) ([]*github.RepositoryRelease, error) v0.0.10-alpha.3 Jun 26, 2026 v0.0.10-alpha.2 Jun 26, 2026