Documentation ¶
Index ¶
- type Client
- func (c *Client) Connect() error
- func (c *Client) CreateBucket(bucket string) error
- func (c *Client) DeleteBucket(bucket string, force bool) error
- func (c *Client) DownloadFile(bucket, file string) (*minio.Object, error)
- func (c *Client) ListBuckets() ([]string, error)
- func (c *Client) ListFiles(bucket string) ([]testkube.Artifact, error)
- func (c *Client) SaveFile(bucket, filePath string) error
- func (c *Client) ScrapeArtefacts(id string, directories ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Endpoint string // contains filtered or unexported fields }
func (*Client) CreateBucket ¶
func (*Client) DownloadFile ¶
func (*Client) ListBuckets ¶
Click to show internal directories.
Click to hide internal directories.