mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
small fix
This commit is contained in:
4
engine/storage_interface.go
Normal file → Executable file
4
engine/storage_interface.go
Normal file → Executable file
@@ -111,9 +111,9 @@ type DataDB interface {
|
||||
GetReqFilterIndexes(dbKey string) (indexes map[string]map[string]utils.StringMap, err error)
|
||||
SetReqFilterIndexes(dbKey string, indexes map[string]map[string]utils.StringMap) (err error)
|
||||
MatchReqFilterIndex(dbKey, fieldName, fieldVal string) (itemIDs utils.StringMap, err error)
|
||||
GetStatsQueue(sqID string, skipCache bool, transactionID string) (sq *StatsQueue, err error)
|
||||
GetStatsQueue(sqID string) (sq *StatsQueue, err error)
|
||||
SetStatsQueue(sq *StatsQueue) (err error)
|
||||
RemStatsQueue(sqID string, transactionID string) (err error)
|
||||
RemStatsQueue(sqID string) (err error)
|
||||
GetSQStoredMetrics(sqID string) (sqSM *SQStoredMetrics, err error)
|
||||
SetSQStoredMetrics(sqSM *SQStoredMetrics) (err error)
|
||||
RemSQStoredMetrics(sqID string) (err error)
|
||||
|
||||
Reference in New Issue
Block a user