fix GetAccounts with mongo

This commit is contained in:
Radu Ioan Fericean
2016-03-25 15:32:21 +02:00
parent 393d893ef7
commit 7721a99edd
9 changed files with 90 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ import (
type Storage interface {
Close()
Flush(string) error
GetKeysForPrefix(string) ([]string, error)
GetKeysForPrefix(string, bool) ([]string, error)
}
// Interface for storage providers.