Documentation ¶
Index ¶
- type ArtifactServer
- func (a *ArtifactServer) GetInputArtifact(w http.ResponseWriter, r *http.Request)
- func (a *ArtifactServer) GetInputArtifactByUID(w http.ResponseWriter, r *http.Request)
- func (a *ArtifactServer) GetOutputArtifact(w http.ResponseWriter, r *http.Request)
- func (a *ArtifactServer) GetOutputArtifactByUID(w http.ResponseWriter, r *http.Request)
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) GetInputArtifact ¶
func (a *ArtifactServer) GetInputArtifact(w http.ResponseWriter, r *http.Request)
func (*ArtifactServer) GetInputArtifactByUID ¶
func (a *ArtifactServer) GetInputArtifactByUID(w http.ResponseWriter, r *http.Request)
func (*ArtifactServer) GetOutputArtifact ¶
func (a *ArtifactServer) GetOutputArtifact(w http.ResponseWriter, r *http.Request)
func (*ArtifactServer) GetOutputArtifactByUID ¶
func (a *ArtifactServer) GetOutputArtifactByUID(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.