Documentation ¶
Index ¶
- type Client
- func (c *Client) List(ctx context.Context, p string, rc chan *model.Object) (err error)
- func (c *Client) Reach(ctx context.Context, p string) (url string, err error)
- func (c *Client) Reachable() bool
- func (c *Client) Read(ctx context.Context, p string) (r io.ReadCloser, err error)
- func (c *Client) Readable() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { APIKey string `yaml:"api_key"` BucketName string `yaml:"bucket_name"` Path string // contains filtered or unexported fields }
Client is the client to visit service.
Click to show internal directories.
Click to hide internal directories.