github

package
v0.7.35 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: BSD-3-Clause, BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReleaseAsset

type ReleaseAsset struct {
	Repository
	Filename string
}

func (ReleaseAsset) FetchInfo

func (asset ReleaseAsset) FetchInfo(version string) (info ReleaseAssetInfo, err error)

Fetches github release artifact information. Leave version empty to automatically resolve latest version.

type ReleaseAssetInfo

type ReleaseAssetInfo struct {
	ReleaseAsset
	ResolvedVersion string
	DownloadUrl     string
}

type Repository

type Repository struct {
	User string
	Repo string
}

Jump to

Keyboard shortcuts

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