From ed6886fcb3f5572b328684e335da36c3ff383fe1 Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 8 Jul 2020 12:32:07 +0200 Subject: [PATCH] Comment update --- engine/rateprofile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/rateprofile.go b/engine/rateprofile.go index 34575c81c..9efa4e84e 100644 --- a/engine/rateprofile.go +++ b/engine/rateprofile.go @@ -65,7 +65,7 @@ func (rp *RateProfile) Compile() (err error) { type Rate struct { ID string // RateID FilterIDs []string // RateFilterIDs - ActivationTime string //TPActivationInterval have ATime and ETime as strings + ActivationTime string // ActivationTime is a cron formatted time interval Weight float64 // RateWeight will decide the winner per interval start Blocker bool // RateBlocker will make this rate recurrent, deactivating further intervals IntervalRates []*IntervalRate