client

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Release

type Release struct {
	// Tag is either the tag associated with a release or empty string
	Tag    string
	Commit string
	Assets []ReleaseAsset
}

Release represents a generic artifact/package release tied to a VCS

type ReleaseAsset

type ReleaseAsset struct {
	Name string
	URL  string
}

ReleaseAsset represents the name and URL of an asset associated with a release. This is usually things like packages as well as metadata documents.

type ReleaseAssetContent

type ReleaseAssetContent struct {
	Name  string
	Bytes []byte
}

type Repo

type Repo struct {
	Owner string
	Repo  string
}

NOTE: Copying the Github owner/repo naming

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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