added *rankings filters in dynamicDP

This commit is contained in:
gezimbll
2024-10-28 11:20:49 +01:00
committed by Dan Christian Bogos
parent b8616282ee
commit f72d4defb4
20 changed files with 199 additions and 32 deletions

View File

@@ -139,7 +139,7 @@ type RankingSv1 struct {
}
// GetRankingSummary returns summary of the last updated ranking
func (rnks *RankingSv1) GetRankingSummary(ctx *context.Context, arg utils.TenantIDWithAPIOpts, reply *engine.RankingSummary) error {
func (rnks *RankingSv1) GetRankingSummary(ctx *context.Context, arg *utils.TenantIDWithAPIOpts, reply *engine.RankingSummary) error {
return rnks.rnkS.V1GetRankingSummary(ctx, arg, reply)
}