Replaced cache with opts in several structs

This commit is contained in:
andronache
2021-03-16 10:46:03 +02:00
committed by Dan Christian Bogos
parent 83d9c67a77
commit 22f207441e
27 changed files with 116 additions and 147 deletions

View File

@@ -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)
}