Documentation
¶
Index ¶
- func DownloadAsset(ctx context.Context, client DownloadReleaseAssetClient, ...) (io.ReadCloser, error)
- func GetLatestRelease(ctx context.Context, client GetLatestReleaseClient, ...) (*github.RepositoryRelease, error)
- func GetReleaseByTag(ctx context.Context, client GetReleasesByTagClient, ...) (*github.RepositoryRelease, error)
- func NewClient(ctx context.Context, params ClientParams) (*github.Client, error)
- type ClientParams
- type DonwnloadAssetParams
- type DownloadReleaseAssetClient
- type GetLatestReleaseClient
- type GetLatestReleaseParams
- type GetReleaseByTagParams
- type GetReleasesByTagClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadAsset ¶
func DownloadAsset( ctx context.Context, client DownloadReleaseAssetClient, params DonwnloadAssetParams, ) (io.ReadCloser, error)
func GetLatestRelease ¶
func GetLatestRelease( ctx context.Context, client GetLatestReleaseClient, params GetLatestReleaseParams, ) (*github.RepositoryRelease, error)
func GetReleaseByTag ¶
func GetReleaseByTag( ctx context.Context, client GetReleasesByTagClient, params GetReleaseByTagParams, ) (*github.RepositoryRelease, error)
Types ¶
type ClientParams ¶
type DonwnloadAssetParams ¶
type GetLatestReleaseClient ¶
type GetLatestReleaseParams ¶
type GetReleaseByTagParams ¶
type GetReleasesByTagClient ¶
Click to show internal directories.
Click to hide internal directories.