mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
fix GetAccounts with mongo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user