mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Update comment
This commit is contained in:
committed by
Dan Christian Bogos
parent
bc23dfa3d7
commit
6303a66d14
@@ -122,7 +122,7 @@ func (rS *RateS) matchingRateProfileForEvent(args *ArgsCostForEvent) (rtPfl *eng
|
||||
return
|
||||
}
|
||||
|
||||
// matchingRateProfileForEvent returns the matched RateProfile for the given event
|
||||
// matchingRatesForEvent returns the matched Rate out of a RateProfile for the given event
|
||||
// indexed based on intervalStart, there will be one winner per interval start
|
||||
// returned in order of intervalStart
|
||||
func (rS *RateS) matchingRatesForEvent(rtPfl *engine.RateProfile, cgrEv *utils.CGREvent) (rts []*engine.Rate, err error) {
|
||||
|
||||
Reference in New Issue
Block a user