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, offloadNodeStatusRepo sqldb.OffloadNodeStatusRepo, wfArchive sqldb.WorkflowArchive) *ArtifactServer
func (*ArtifactServer) GetArtifact ¶
func (a *ArtifactServer) GetArtifact(w http.ResponseWriter, r *http.Request)
func (*ArtifactServer) GetArtifactByUID ¶
func (a *ArtifactServer) GetArtifactByUID(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.