github

package
v2.56.3 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 14 Imported by: 1

Documentation

Overview

Package github provides GitHub API client integration for aqua. It handles release artifact downloading, GitHub authentication management, API rate limiting, and fetching releases and tags. This package abstracts the complexity of interacting with GitHub's API and provides a clean interface for downloading CLI tools hosted on GitHub repositories.

Index

Constants

View Source
const Tarball = github.Tarball

Variables

This section is empty.

Functions

func MakeRetryable added in v2.53.0

func MakeRetryable(client *http.Client, logger *slog.Logger) *http.Client

Types

type ArchiveFormat

type ArchiveFormat = github.ArchiveFormat

type ListOptions

type ListOptions = github.ListOptions

type MockRepositoriesService

type MockRepositoriesService struct {
	Releases []*github.RepositoryRelease
	Content  string
	Repo     *github.Repository
	Tags     []*github.RepositoryTag
	Asset    string
	Assets   []*github.ReleaseAsset
	URL      *url.URL
}

func (*MockRepositoriesService) DownloadContents added in v2.23.2

func (m *MockRepositoriesService) DownloadContents(ctx context.Context, owner, repo, filepath string, opts *github.RepositoryContentGetOptions) (io.ReadCloser, *github.Response, error)

func (*MockRepositoriesService) DownloadReleaseAsset

func (m *MockRepositoriesService) DownloadReleaseAsset(ctx context.Context, owner, repoName string, assetID int64, httpClient *http.Client) (io.ReadCloser, string, error)

func (*MockRepositoriesService) Get

func (m *MockRepositoriesService) GetArchiveLink(ctx context.Context, owner, repo string, archiveformat github.ArchiveFormat, opts *github.RepositoryContentGetOptions, maxRedirects int) (*url.URL, *github.Response, error)

func (*MockRepositoriesService) GetLatestRelease

func (m *MockRepositoriesService) GetLatestRelease(ctx context.Context, repoOwner, repoName string) (*github.RepositoryRelease, *github.Response, error)

func (*MockRepositoriesService) GetReleaseByTag

func (m *MockRepositoriesService) GetReleaseByTag(ctx context.Context, owner, repoName, version string) (*github.RepositoryRelease, *github.Response, error)

func (*MockRepositoriesService) ListReleaseAssets

func (m *MockRepositoriesService) ListReleaseAssets(ctx context.Context, owner, repo string, id int64, opts *github.ListOptions) ([]*github.ReleaseAsset, *github.Response, error)

func (*MockRepositoriesService) ListReleases

func (m *MockRepositoriesService) ListReleases(ctx context.Context, owner, repo string, opts *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error)

func (*MockRepositoriesService) ListTags

type ReleaseAsset

type ReleaseAsset = github.ReleaseAsset

type RepositoriesService

type RepositoriesService = github.RepositoriesService

func New

func New(ctx context.Context, logger *slog.Logger) *RepositoriesService

type Repository

type Repository = github.Repository

type RepositoryContent

type RepositoryContent = github.RepositoryContent

type RepositoryContentGetOptions

type RepositoryContentGetOptions = github.RepositoryContentGetOptions

type RepositoryRelease

type RepositoryRelease = github.RepositoryRelease

type RepositoryTag

type RepositoryTag = github.RepositoryTag

type Response

type Response = github.Response

Jump to

Keyboard shortcuts

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