Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateBucket(bucket string) error DeleteBucket(bucket string, force bool) error ListBuckets() ([]string, error) ListFiles(bucket string) ([]testkube.Artifact, error) SaveFile(bucket, filePath string) error DownloadFile(bucket, file string) (*minio.Object, error) SaveCopyFile(bucket string, filePath string, reader io.Reader, objectSize int64) error PlaceCopyFiles(buckets []string, prefix string) error }
Client is storage client abstraction
Click to show internal directories.
Click to hide internal directories.