mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removed TenantArg
This commit is contained in:
committed by
Dan Christian Bogos
parent
25933e9922
commit
4fe3b8e257
@@ -131,14 +131,14 @@ type AttrCDRSStoreSMCost struct {
|
||||
Cost *SMCost
|
||||
CheckDuplicate bool
|
||||
Opts map[string]interface{}
|
||||
*utils.TenantArg
|
||||
Tenant string
|
||||
}
|
||||
|
||||
type ArgsV2CDRSStoreSMCost struct {
|
||||
Cost *V2SMCost
|
||||
CheckDuplicate bool
|
||||
Opts map[string]interface{}
|
||||
*utils.TenantArg
|
||||
Tenant string
|
||||
}
|
||||
|
||||
type V2SMCost struct {
|
||||
|
||||
Reference in New Issue
Block a user