mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
added trend dynamicDP in filters and GetTrendSummary API
This commit is contained in:
committed by
Dan Christian Bogos
parent
dd59fcb553
commit
2e192dde78
@@ -94,3 +94,7 @@ func (trs *TrendSv1) GetTrend(ctx *context.Context, args *utils.ArgGetTrend, tre
|
||||
func (trs *TrendSv1) GetScheduledTrends(ctx *context.Context, args *utils.ArgScheduledTrends, schedTrends *[]utils.ScheduledTrend) error {
|
||||
return trs.trS.V1GetScheduledTrends(ctx, args, schedTrends)
|
||||
}
|
||||
|
||||
func (trs *TrendSv1) GetTrendSummary(ctx *context.Context, arg utils.TenantIDWithAPIOpts, reply *engine.TrendSummary) error {
|
||||
return trs.trS.V1GetTrendSummary(ctx, arg, reply)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user