diff --git a/engine/thresholds.go b/engine/thresholds.go index 70501c1e4..e3f9d7a0b 100644 --- a/engine/thresholds.go +++ b/engine/thresholds.go @@ -18,6 +18,12 @@ along with this program. If not, see package engine +import ( + "time" + + "github.com/cgrates/cgrates/utils" +) + type ThresholdCfg struct { ID string Filters []*RequestFilter // Filters for the request