Basic storage backend with diff/patch synchronization
This commit is contained in:
@ -5,5 +5,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotFound = storm.ErrNotFound
|
||||
ErrNotFound = storm.ErrNotFound
|
||||
ErrNotInTransaction = storm.ErrNotInTransaction
|
||||
)
|
||||
|
Reference in New Issue
Block a user