github.com/kubeshop/testkube@v1.17.23/pkg/cloud/data/artifact/commands.go (about)

     1  package artifact
     2  
     3  import "github.com/kubeshop/testkube/pkg/cloud/data/executor"
     4  
     5  const (
     6  	CmdArtifactsListFiles    executor.Command = "artifacts.listFiles"
     7  	CmdArtifactsDownloadFile executor.Command = "artifacts.downloadFile"
     8  )