Live: Move dashboard events from the raw http server to the apiserver (#115066)

This commit is contained in:
Ryan McKinley
2025-12-11 09:26:35 +03:00
committed by GitHub
parent a6043deb33
commit 8542b2f6a2
8 changed files with 66 additions and 135 deletions
+1
View File
@@ -280,6 +280,7 @@ var wireBasicSet = wire.NewSet(
store.ProvideService,
store.ProvideSystemUsersService,
live.ProvideService,
live.ProvideDashboardActivityChannel,
pushhttp.ProvideService,
contexthandler.ProvideService,
ldapservice.ProvideService,
+5 -3
View File
File diff suppressed because one or more lines are too long