mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
added dispatcher methods for rankings and trends
This commit is contained in:
committed by
Dan Christian Bogos
parent
bb0116c543
commit
1c6c733a3f
@@ -73,6 +73,8 @@ func main() {
|
||||
{"resources.go", "MetaResources", new(engine.ResourceS), utils.EmptyString},
|
||||
{"routes.go", "MetaRoutes", new(engine.RouteS), utils.EmptyString},
|
||||
{"sessions.go", "MetaSessionS", new(sessions.SessionS), utils.SessionS},
|
||||
{"rankings.go", "MetaRankings", new(engine.RankingS), utils.RankingS},
|
||||
{"trends.go", "MetaTrends", new(engine.TrendS), utils.TrendS},
|
||||
{"stats.go", "MetaStats", new(engine.StatS), utils.EmptyString},
|
||||
{"thresholds.go", "MetaThresholds", new(engine.ThresholdS), utils.EmptyString},
|
||||
{"loaders.go", "MetaLoaders", new(loaders.LoaderS), utils.EmptyString},
|
||||
|
||||
Reference in New Issue
Block a user