Documentation
¶
Index ¶
- type Backend
- func (be *Backend) Close() error
- func (be *Backend) Delete(ctx context.Context) error
- func (be *Backend) IsNotExist(err error) bool
- func (be *Backend) List(ctx context.Context, t backend.FileType, fn func(backend.FileInfo) error) error
- func (be *Backend) Load(ctx context.Context, h backend.Handle, length int, offset int64, ...) error
- func (be *Backend) Remove(ctx context.Context, h backend.Handle) error
- func (be *Backend) Save(ctx context.Context, h backend.Handle, rd backend.RewindReader) error
- func (be *Backend) Stat(ctx context.Context, h backend.Handle) (backend.FileInfo, error)
- func (be *Backend) Unwrap() backend.Backend
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.