mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
Add context.Context in SetCDR func signature
This commit is contained in:
committed by
Dan Christian Bogos
parent
ab26ba2d02
commit
2ccd6ca74d
@@ -108,7 +108,7 @@ type DataDBDriver interface {
|
||||
|
||||
type StorDB interface {
|
||||
Storage
|
||||
SetCDR(*utils.CGREvent, bool) error
|
||||
SetCDR(*context.Context, *utils.CGREvent, bool) error
|
||||
GetCDRs(*context.Context, []*Filter, map[string]interface{}) ([]*CDR, error)
|
||||
RemoveCDRs(*context.Context, []*Filter) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user