//
pkg.gl
Category
github.com/targodan/restic
internal
backend
mem
package
0.7.3
Repository:
https://github.com/targodan/restic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
180 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.