mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add search function to Get(Profile)IDs APIs
This commit is contained in:
committed by
Dan Christian Bogos
parent
982a99db42
commit
1836b041ad
@@ -72,7 +72,7 @@ func (rs *SQLStorage) SelectDatabase(dbName string) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (sqls *SQLStorage) GetKeysForPrefix(prefix string) ([]string, error) {
|
||||
func (sqls *SQLStorage) GetKeysForPrefix(prefix, _ string) ([]string, error) {
|
||||
return nil, utils.ErrNotImplemented
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user