Documentation ¶
Overview ¶
package kv implements the cas.KV interface using Go Cloud SDK
Index ¶
- type Bucket
- func (b *Bucket) Close() error
- func (b *Bucket) Copy(ctx context.Context, to, from string) error
- func (b *Bucket) Delete(ctx context.Context, key string) error
- func (b *Bucket) Exists(ctx context.Context, path string) (bool, error)
- func (b *Bucket) Read(ctx context.Context, w io.Writer, path string) (int64, error)
- func (b *Bucket) Write(ctx context.Context, path string, input io.Reader) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.