github

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapReleasesToPlatformAssetsByVersion

func MapReleasesToPlatformAssetsByVersion(releases []*gh.RepositoryRelease, platforms []string) map[string][]PlatformAsset

Types

type GithubAssetsClient

type GithubAssetsClient struct {
	Owner string
	Repo  string
	// contains filtered or unexported fields
}

func NewGithubAssetsClient

func NewGithubAssetsClient(repoPath string, token string) *GithubAssetsClient

func (*GithubAssetsClient) DownloadAsset

func (gac *GithubAssetsClient) DownloadAsset(id int64) (content io.ReadCloser, err error)

func (*GithubAssetsClient) GetReleases

func (gac *GithubAssetsClient) GetReleases(count int) (results []*gh.RepositoryRelease, err error)

type PlatformAsset

type PlatformAsset struct {
	Id        int64
	Name      string
	Platform  string
	Integrity string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL