Documentation
¶
Overview ¶
Package local provides filesystem object storage for development and single-node deployments.
Index ¶
- type Backend
- func (backend *Backend) Delete(ctx context.Context, key string) error
- func (backend *Backend) List(ctx context.Context, list storage.ListRequest) (storage.ListPage, error)
- func (backend *Backend) Open(_ context.Context, key string) (io.ReadCloser, storage.Object, error)
- func (backend *Backend) Ping(ctx context.Context) (result error)
- func (backend *Backend) Put(ctx context.Context, key string, source io.Reader, size int64, _ string) (result 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.