mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-19 04:52:54 +01:00
Refactored query engine utilizing iterators
This commit is contained in:
@@ -40,5 +40,4 @@ type DataStore interface {
|
||||
|
||||
type DocumentIterator interface {
|
||||
Next() (Document, DataStoreStatus)
|
||||
HasMore() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user