mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
uniformized code across redis and mongo drivers ,fixed integration test for filter indexes
This commit is contained in:
committed by
Dan Christian Bogos
parent
04d81b5334
commit
f703c2bd29
@@ -122,7 +122,7 @@ type DataDB interface {
|
||||
RemoveFilterIndexesDrv(id string) (err error)
|
||||
GetFilterReverseIndexesDrv(dbKey string, fldNameVal map[string]string) (indexes map[string]utils.StringMap, err error)
|
||||
SetFilterReverseIndexesDrv(dbKey string, indexes map[string]utils.StringMap) (err error)
|
||||
RemoveFilterReverseIndexesDrv(dbKey, itemID string) (err error)
|
||||
RemoveFilterReverseIndexesDrv(dbKey string) (err error)
|
||||
MatchFilterIndexDrv(dbKey, fieldName, fieldVal string) (itemIDs utils.StringMap, err error)
|
||||
GetStatQueueProfileDrv(tenant string, ID string) (sq *StatQueueProfile, err error)
|
||||
SetStatQueueProfileDrv(sq *StatQueueProfile) (err error)
|
||||
|
||||
Reference in New Issue
Block a user