artifacts

package
v0.175.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 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 List

type List struct {
	JobID string   `json:"jobID"`
	Items []string `json:"items"`
}

List represents artifact structure

type Service

type Service interface {
	List(jobID string) (List, error)
	Download(jobID, filename string) ([]byte, error)
	Upload(jobID, filename string, content []byte) error
}

Service is the interface for interacting with artifacts

Jump to

Keyboard shortcuts

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