Documentation
¶
Index ¶
- func New(stores ...store.Store) store.Store
- type Store
- func (m *Store) Copy(ctx context.Context, srcKey, dstKey string) error
- func (m *Store) Delete(ctx context.Context, key string) error
- func (m *Store) Load(ctx context.Context, key string) (io.ReadCloser, *store.Headers, error)
- func (m *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 ¶
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.