Added *remove_session_costs action. fixes#1423

This commit is contained in:
Trial97
2019-03-21 12:36:36 +02:00
committed by Dan Christian Bogos
parent 47e612f5ff
commit fa591c50a7
7 changed files with 230 additions and 0 deletions

View File

@@ -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)
}