github

package
v0.75.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 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 added in v0.55.0

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

func NewAssetsFetcher

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

func (*AssetsFetcher) Download added in v0.55.0

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

func (*AssetsFetcher) DownloadAsset added in v0.55.0

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

func (*AssetsFetcher) GetAssets added in v0.55.0

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

func (*AssetsFetcher) GetReleaseID added in v0.55.0

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