Removed TenantArg

This commit is contained in:
Trial97
2020-09-01 12:38:47 +03:00
committed by Dan Christian Bogos
parent 25933e9922
commit 4fe3b8e257
140 changed files with 1223 additions and 1343 deletions

View File

@@ -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 {