From d6979daa0cc423f68339880bd81468b7de8a3ea7 Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 10 Feb 2021 20:15:32 +0100 Subject: [PATCH] DynamicWeight with parser and tests --- utils/apitpdata.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils/apitpdata.go b/utils/apitpdata.go index ff99ed401..77e09587e 100755 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -1647,9 +1647,3 @@ type ArgActionSv1ScheduleActions struct { *CGREvent ActionProfileIDs []string } - -// DynamicWeight returns Weight based on Filters -type DynamicWeight struct { - FilterIDs []string - Weight float64 -}