mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Storage.GetSMCost -> Storage.GetSMCosts, prefix match for OriginID when querying
This commit is contained in:
@@ -98,7 +98,7 @@ type CdrStorage interface {
|
||||
Storage
|
||||
SetCDR(*CDR, bool) error
|
||||
SetSMCost(smc *SMCost) error
|
||||
GetSMCost(cgrid, runid, originHost, originIDPrfx string) (*SMCost, error)
|
||||
GetSMCosts(cgrid, runid, originHost, originIDPrfx string) ([]*SMCost, error)
|
||||
GetCDRs(*utils.CDRsFilter, bool) ([]*CDR, int64, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user