Add SetStatQueueProfile in Datamanager

This commit is contained in:
TeoV
2017-10-16 14:24:53 +03:00
committed by Dan Christian Bogos
parent 55f7ad1151
commit e4ae3e0a28
8 changed files with 15 additions and 11 deletions

View File

@@ -115,7 +115,7 @@ type DataDB interface {
SetReqFilterIndexes(dbKey string, indexes map[string]map[string]utils.StringMap) (err error)
MatchReqFilterIndex(dbKey, fieldName, fieldVal string) (itemIDs utils.StringMap, err error)
GetStatQueueProfileDrv(tenant string, ID string) (sq *StatQueueProfile, err error)
SetStatQueueProfile(sq *StatQueueProfile) (err error)
SetStatQueueProfileDrv(sq *StatQueueProfile) (err error)
RemStatQueueProfile(tenant, id, transactionID string) (err error)
GetStoredStatQueue(tenant, id string) (sq *StoredStatQueue, err error)
SetStoredStatQueue(sq *StoredStatQueue) (err error)