Added dispatchers it tests for rankings and trends

This commit is contained in:
gezimbll
2024-11-15 12:47:02 +01:00
committed by Dan Christian Bogos
parent b615f2aeba
commit ee312b13b6
10 changed files with 526 additions and 13 deletions

View File

@@ -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 {