artifacts

package
v3.6.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 27 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactServer

type ArtifactServer struct {
	// contains filtered or unexported fields
}

func NewArtifactServer

func NewArtifactServer(authN auth.Gatekeeper, hydrator hydrator.Interface, wfArchive sqldb.WorkflowArchive, instanceIDService instanceid.Service, artifactRepositories artifactrepositories.Interface) *ArtifactServer

func (*ArtifactServer) GetArtifactFile added in v3.4.0

func (a *ArtifactServer) GetArtifactFile(w http.ResponseWriter, r *http.Request)

single endpoint to be able to handle serving directories as well as files, both those that have been archived and those that haven't Valid requests:

/artifact-files/{namespace}/[archived-workflows|workflows]/{id}/{nodeId}/[inputs|outputs]/{artifactName}
/artifact-files/{namespace}/[archived-workflows|workflows]/{id}/{nodeId}/[inputs|outputs]/{artifactName}/{fileName}
/artifact-files/{namespace}/[archived-workflows|workflows]/{id}/{nodeId}/[inputs|outputs]/{artifactName}/{fileDir}/.../{fileName}

'id' field represents 'uid' for archived workflows and 'name' for non-archived

func (*ArtifactServer) GetInputArtifact added in v3.1.0

func (a *ArtifactServer) GetInputArtifact(w http.ResponseWriter, r *http.Request)

func (*ArtifactServer) GetInputArtifactByUID added in v3.1.0

func (a *ArtifactServer) GetInputArtifactByUID(w http.ResponseWriter, r *http.Request)

func (*ArtifactServer) GetOutputArtifact added in v3.1.0

func (a *ArtifactServer) GetOutputArtifact(w http.ResponseWriter, r *http.Request)

func (*ArtifactServer) GetOutputArtifactByUID added in v3.1.0

func (a *ArtifactServer) GetOutputArtifactByUID(w http.ResponseWriter, r *http.Request)

type Direction added in v3.6.0

type Direction string
const (
	Outputs Direction = "outputs"
	Inputs  Direction = "inputs"
)

Jump to

Keyboard shortcuts

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