mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Refactoring CDRs to support RSRFields
This commit is contained in:
@@ -110,7 +110,7 @@ type AccountingStorage interface {
|
||||
|
||||
type CdrStorage interface {
|
||||
Storage
|
||||
SetCdr(utils.RawCDR) error
|
||||
SetCdr(*utils.StoredCdr) error
|
||||
SetRatedCdr(*utils.StoredCdr, string) error
|
||||
GetStoredCdrs([]string, []string, []string, []string, []string, []string, []string, []string, []string, []string, []string,
|
||||
int64, int64, time.Time, time.Time, bool, bool) ([]*utils.StoredCdr, error)
|
||||
|
||||
Reference in New Issue
Block a user