Basic storage backend with diff/patch synchronization

This commit is contained in:
2020-05-03 18:34:44 +02:00
parent 1ac485abf3
commit a9c24051b0
20 changed files with 734 additions and 398 deletions

View File

@ -5,5 +5,6 @@ import (
)
var (
ErrNotFound = storm.ErrNotFound
ErrNotFound = storm.ErrNotFound
ErrNotInTransaction = storm.ErrNotInTransaction
)