Added RemoveIndexes

This commit is contained in:
Trial97
2020-06-04 17:19:18 +03:00
committed by Dan Christian Bogos
parent 180182a264
commit 2f0f3f6bd5
5 changed files with 44 additions and 42 deletions

View File

@@ -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)