added dispatcher methods for rankings and trends

This commit is contained in:
gezimbll
2024-11-19 11:35:28 +01:00
committed by Dan Christian Bogos
parent bb0116c543
commit 1c6c733a3f
26 changed files with 345 additions and 49 deletions

View File

@@ -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},