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
@@ -50,12 +50,6 @@ type StatQueueProfileWithOpts struct {
|
||||
Opts map[string]interface{}
|
||||
}
|
||||
|
||||
type StatQueueWithCache struct {
|
||||
*StatQueueProfile
|
||||
Cache *string
|
||||
Opts map[string]interface{}
|
||||
}
|
||||
|
||||
func (sqp *StatQueueProfile) TenantID() string {
|
||||
return utils.ConcatenatedKey(sqp.Tenant, sqp.ID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user