assetsclient

package
v0.1.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package assetsclient contains interface for talking to assets repositories.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	DownloadReleaseAssets(ctx context.Context, tag, path string) error
	ListRelease(ctx context.Context) ([]string, error)
}

Client contains functions to talk to list and download assets.

type Factory

type Factory interface {
	NewClient(ctx context.Context) (Client, error)
}

Factory is a factory to generate assets clients.

Directories

Path Synopsis
Package fake defines a fake Gitub client.
Package fake defines a fake Gitub client.
Package github provides utilities for talking to github API.
Package github provides utilities for talking to github API.
Package mocks implement important mocking interface of packer.
Package mocks implement important mocking interface of packer.
Package oci provides utilities for comunicating with the OCI registry.
Package oci provides utilities for comunicating with the OCI registry.

Jump to

Keyboard shortcuts

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