artifacts

package module
v0.0.0-...-ccb4162 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	ID   string `json:"id,omitempty"`
	Kind string `json:"kind,omitempty"`
	Name string `json:"name,omitempty"`

	CreatedAt time.Time `json:"created_at,omitempty"`
}

type ArtifactKind

type ArtifactKind string

type ArtifactListOptions

type ArtifactListOptions struct {
}

type Provider

type Provider interface {
	Artifacts(ctx context.Context, namespace string, options *ArtifactListOptions) ([]Artifact, error)
}

Directories

Path Synopsis
cmd
pkg
provider

Jump to

Keyboard shortcuts

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