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 restic.FileType, fn func(restic.FileInfo) error) error
- func (be *Backend) Load(ctx context.Context, h restic.Handle, length int, offset int64, ...) error
- func (be *Backend) Remove(ctx context.Context, h restic.Handle) error
- func (be *Backend) Save(ctx context.Context, h restic.Handle, rd restic.RewindReader) error
- func (be *Backend) Stat(ctx context.Context, h restic.Handle) (restic.FileInfo, error)
- func (be *Backend) Unwrap() restic.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.