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) UploadFile(bucket string, filePath string, reader io.Reader, objectSize int64) error PlaceFiles(buckets []string, prefix string) error GetValidBucketName(parentType string, parentName string) string }
Client is storage client abstraction
Click to show internal directories.
Click to hide internal directories.