Commit 64a7b69a authored by Jeromy's avatar Jeromy

betterify the everything

parent 7803144f
...@@ -323,6 +323,10 @@ func (fs *Datastore) enumerateKeys(fi os.FileInfo, res []query.Entry) ([]query.E ...@@ -323,6 +323,10 @@ func (fs *Datastore) enumerateKeys(fi os.FileInfo, res []query.Entry) ([]query.E
return res, nil return res, nil
} }
func (fs *Datastore) Close() error {
return nil
}
type flatfsBatch struct { type flatfsBatch struct {
puts map[datastore.Key]interface{} puts map[datastore.Key]interface{}
deletes map[datastore.Key]struct{} deletes map[datastore.Key]struct{}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment