Documentation ¶
Index ¶
- type Client
- func (c *Client) DataDir(elem ...string) (string, error)
- func (c *Client) OpenBucket(ctx context.Context, elem ...string) (*blob.Bucket, bool, error)
- func (c *Client) RandomTempDir(pattern string, elem ...string) (string, error)
- func (c *Client) RemovePrefix(ctx context.Context, prefix ...string) error
- func (c *Client) TempDir(elem ...string) (string, error)
- func (c *Client) WithPrefix(prefix ...string) *Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) OpenBucket ¶
func (*Client) RandomTempDir ¶
func (*Client) RemovePrefix ¶
func (*Client) WithPrefix ¶
Click to show internal directories.
Click to hide internal directories.