Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2023 Changes in this version + func NewFactory() location.Factory + type MemoryBackend struct + func New() *MemoryBackend + func (be *MemoryBackend) Close() error + func (be *MemoryBackend) Connections() uint + func (be *MemoryBackend) Delete(ctx context.Context) error + func (be *MemoryBackend) HasAtomicReplace() bool + func (be *MemoryBackend) Hasher() hash.Hash + func (be *MemoryBackend) IsNotExist(err error) bool + func (be *MemoryBackend) List(ctx context.Context, t restic.FileType, fn func(restic.FileInfo) error) error + func (be *MemoryBackend) Load(ctx context.Context, h restic.Handle, length int, offset int64, ...) error + func (be *MemoryBackend) Location() string + func (be *MemoryBackend) Remove(ctx context.Context, h restic.Handle) error + func (be *MemoryBackend) Save(ctx context.Context, h restic.Handle, rd restic.RewindReader) error + func (be *MemoryBackend) Stat(ctx context.Context, h restic.Handle) (restic.FileInfo, error)