mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Added support for Badger as an alternative storage backend
This commit is contained in:
@@ -40,4 +40,5 @@ type DataStore interface {
|
||||
|
||||
type DocumentIterator interface {
|
||||
Next() (Document, DataStoreStatus)
|
||||
Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user