Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbogos committed Jul 8, 2020
1 parent 3d58354 commit ed6886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/rateprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed6886f

Please sign in to comment.