mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added RemoveIndexes
This commit is contained in:
committed by
Dan Christian Bogos
parent
180182a264
commit
2f0f3f6bd5
@@ -101,7 +101,7 @@ type DataDB interface {
|
||||
GetIndexesDrv(idxItmType, tntCtx, idxKey string) (indexes map[string]utils.StringSet, err error)
|
||||
SetIndexesDrv(idxItmType, tntCtx string,
|
||||
indexes map[string]utils.StringSet, commit bool, transactionID string) (err error)
|
||||
RemoveIndexesDrv(idxItmType, tntCtx string) (err error)
|
||||
RemoveIndexesDrv(idxItmType, tntCtx, idxKey string) (err error)
|
||||
MatchFilterIndexDrv(cacheID, itemIDPrefix,
|
||||
filterType, fieldName, fieldVal string) (itemIDs utils.StringMap, err error)
|
||||
GetStatQueueProfileDrv(tenant string, ID string) (sq *StatQueueProfile, err error)
|
||||
|
||||
Reference in New Issue
Block a user