Documentation
¶
Index ¶
- type Options
- type Store
- func (c *Store) Copy(ctx context.Context, srcKey, dstKey string) error
- func (c *Store) Delete(ctx context.Context, key string) error
- func (c *Store) Load(ctx context.Context, key string) (io.ReadCloser, *store.Headers, error)
- func (c *Store) Store(ctx context.Context, key string, reader io.Reader, headers *store.Headers) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.3.1
func WithContentEncoding ¶ added in v0.3.1
func WithContentEncoding(encoding store.ContentEncoding) Options
Click to show internal directories.
Click to hide internal directories.