DataManager.SetFilterIndexes with cacheID and itemIDPrefix

This commit is contained in:
DanB
2018-03-02 19:22:11 +01:00
parent d95c5e85b3
commit bbd3436440
6 changed files with 21 additions and 17 deletions

View File

@@ -120,8 +120,8 @@ type DataDB interface {
AddLoadHistory(*utils.LoadInstance, int, string) error
GetFilterIndexesDrv(cacheID, itemIDPrefix, filterType string,
fldNameVal map[string]string) (indexes map[string]utils.StringMap, err error)
SetFilterIndexesDrv(dbKey string, indexes map[string]utils.StringMap,
commit bool, transactionID string) (err error)
SetFilterIndexesDrv(cacheID, itemIDPrefix string,
indexes map[string]utils.StringMap, commit bool, transactionID string) (err error)
RemoveFilterIndexesDrv(id string) (err error)
GetFilterReverseIndexesDrv(dbKey string,
fldNameVal map[string]string) (indexes map[string]utils.StringMap, err error)