1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

First approach to generating, persisting, fetching and merging summaries.

This commit is contained in:
Ferdinand Mütsch
2019-10-10 18:10:14 +02:00
parent 5a5586b40d
commit b8122ce530
2 changed files with 139 additions and 2 deletions

View File

@ -105,6 +105,7 @@ func main() {
summarySrvc := &services.SummaryService{config, db, heartbeatSrvc, aliasSrvc}
aggregationSrvc := &services.AggregationService{config, db, userSrvc, summarySrvc, heartbeatSrvc}
// DEBUG ONLY !!!
aggregationSrvc.Start(time.Second)
// Handlers