Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectInfo ¶
type PutOptions ¶
type Store ¶
type Store interface {
Put(ctx context.Context, key string, r io.Reader, opts *PutOptions) (*ObjectInfo, error)
Get(ctx context.Context, key string) (io.ReadCloser, *ObjectInfo, error)
Stat(ctx context.Context, key string) (*ObjectInfo, error)
Delete(ctx context.Context, key string) error
}
Click to show internal directories.
Click to hide internal directories.