mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Finished changing Opts to APIOpts for structs used in api_interfaces
This commit is contained in:
committed by
Dan Christian Bogos
parent
38b02c642c
commit
806c8295be
@@ -562,9 +562,9 @@ func (self *UsageRecord) GetId() string {
|
||||
return utils.Sha1(self.ToR, self.RequestType, self.Tenant, self.Category, self.Account, self.Subject, self.Destination, self.SetupTime, self.AnswerTime, self.Usage)
|
||||
}
|
||||
|
||||
type ExternalCDRWithOpts struct {
|
||||
type ExternalCDRWithAPIOpts struct {
|
||||
*ExternalCDR
|
||||
Opts map[string]interface{}
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
type UsageRecordWithOpts struct {
|
||||
@@ -572,7 +572,7 @@ type UsageRecordWithOpts struct {
|
||||
Opts map[string]interface{}
|
||||
}
|
||||
|
||||
type CDRWithOpts struct {
|
||||
type CDRWithAPIOpts struct {
|
||||
*CDR
|
||||
Opts map[string]interface{}
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user