client

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 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

type Workflow added in v0.5.0

type Workflow struct {
	Name string
	Id   int64
}

type WorkflowArtifactContent added in v0.5.0

type WorkflowArtifactContent struct {
	Name  string
	Bytes []byte
	RunId int64
}

type WorkflowRun added in v0.5.0

type WorkflowRun struct {
	RunId      int64
	WorkflowId int64
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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