mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Replaced cache with opts in several structs
This commit is contained in:
committed by
Dan Christian Bogos
parent
83d9c67a77
commit
22f207441e
@@ -759,13 +759,6 @@ func (tID *TenantID) TenantID() string {
|
||||
return ConcatenatedKey(tID.Tenant, tID.ID)
|
||||
}
|
||||
|
||||
type TenantIDWithCache struct {
|
||||
Tenant string
|
||||
ID string
|
||||
Cache *string
|
||||
Opts map[string]interface{}
|
||||
}
|
||||
|
||||
func (tID *TenantIDWithOpts) TenantIDConcatenated() string {
|
||||
return ConcatenatedKey(tID.Tenant, tID.ID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user