//
pkg.gl
Category
github.com/quinn/restic
internal
backend
mem
package
0.9.7
Repository:
https://github.com/quinn/restic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
190 SLOC
#
Functions
New
New returns a new backend that saves all data in a map in memory.
#
Structs
MemoryBackend
MemoryBackend is a mock backend that uses a map for storing all data in memory.