Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface { ListPrefix(context.Context, *url.URL, ...types.ListOption) ([]*types.Object, error) ReadMetadata(context.Context, *url.URL) (*types.ObjectMetadata, error) Reader(context.Context, *url.URL) (types.Reader, error) ReaderAt(context.Context, *url.URL) (types.ReaderAt, error) Writer(context.Context, *url.URL) (types.Writer, error) Delete(context.Context, *url.URL) error Close() error }
Click to show internal directories.
Click to hide internal directories.