mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Added dispatchers it tests for rankings and trends
This commit is contained in:
committed by
Dan Christian Bogos
parent
b615f2aeba
commit
ee312b13b6
@@ -274,8 +274,8 @@ func (dT *DispatcherThresholdSv1) GetThreshold(ctx *context.Context, args *utils
|
||||
return dT.dS.ThresholdSv1GetThreshold(ctx, args, th)
|
||||
}
|
||||
|
||||
func NewDispatcherTrendSv1(dps *dispatchers.DispatcherService) *DispatcherThresholdSv1 {
|
||||
return &DispatcherThresholdSv1{dS: dps}
|
||||
func NewDispatcherTrendSv1(dps *dispatchers.DispatcherService) *DispatcherTrendSv1 {
|
||||
return &DispatcherTrendSv1{dS: dps}
|
||||
}
|
||||
|
||||
type DispatcherTrendSv1 struct {
|
||||
|
||||
Reference in New Issue
Block a user