assetsclient

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 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.

type Pusher

type Pusher interface {
	PushReleaseAssets(ctx context.Context, releaseAssets []ReleaseAsset, tag, dir, artifactType string, metadata map[string]string) error
}

Pusher contains function to push the release assets to the registry.

type ReleaseAsset

type ReleaseAsset struct {
	FileName  string
	MediaType string
}

ReleaseAsset represents a release asset that would together make up the artifact.

Directories

Path Synopsis
Package github provides utilities to work with github repostories.
Package github provides utilities to work with github repostories.
Package oci provides utilities to work with oci registries.
Package oci provides utilities to work with oci registries.

Jump to

Keyboard shortcuts

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