github

package
v0.0.0-...-589da53 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssetsFetcher

type AssetsFetcher struct {
	*github.Client
	// contains filtered or unexported fields
}

func NewAssetsFetcher

func NewAssetsFetcher(
	repositoryOwner, repository string,
	assetsNames []string,
) *AssetsFetcher

func (*AssetsFetcher) Download

func (af *AssetsFetcher) Download(ctx context.Context, releaseTag, downloadDir string) error

func (*AssetsFetcher) DownloadAsset

func (af *AssetsFetcher) DownloadAsset(ctx context.Context, assetID int64, assetType, path string) error

func (*AssetsFetcher) GetAssets

func (af *AssetsFetcher) GetAssets(ctx context.Context, releaseID int64) ([]*github.ReleaseAsset, error)

func (*AssetsFetcher) GetReleaseID

func (af *AssetsFetcher) GetReleaseID(ctx context.Context, releaseTag string) (int64, error)

Jump to

Keyboard shortcuts

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