mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Added *remove_session_costs action. fixes#1423
This commit is contained in:
committed by
Dan Christian Bogos
parent
47e612f5ff
commit
fa591c50a7
@@ -142,6 +142,7 @@ type CdrStorage interface {
|
||||
SetSMCost(smc *SMCost) error
|
||||
GetSMCosts(cgrid, runid, originHost, originIDPrfx string) ([]*SMCost, error)
|
||||
RemoveSMCost(*SMCost) error
|
||||
RemoveSMCosts(qryFltr *utils.SMCostFilter) error
|
||||
GetCDRs(*utils.CDRsFilter, bool) ([]*CDR, int64, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user