Home
last modified time | relevance | path

Searched refs:GetHubForUserId (Results 1 – 7 of 7) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dweb_hub.go125 func (s *Server) GetHubForUserId(userID string) *Hub { func
137 func (a *App) GetHubForUserId(userID string) *Hub { func
138 return a.Srv().GetHubForUserId(userID)
143 hub := a.GetHubForUserId(webConn.UserId)
154 hub := a.GetHubForUserId(webConn.UserId)
199 hub := s.GetHubForUserId(event.GetBroadcast().UserId)
281 hub := a.GetHubForUserId(session.UserId)
289 hub := a.GetHubForUserId(session.UserId)
297 hub := a.GetHubForUserId(userID)
H A Dwebsocket_router.go70 hub := wr.app.GetHubForUserId(conn.UserId)
108 hub := app.GetHubForUserId(conn.UserId)
H A Dcluster_handlers.go161 hub := s.GetHubForUserId(userID)
H A Dweb_hub_test.go185 hub := th.App.GetHubForUserId(wc1.UserId)
425 hubSink = th.Server.GetHubForUserId(th.BasicUser.Id)
H A Dapp_iface.go630 GetHubForUserId(userID string) *Hub methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/wsapi/
H A Dwebsocket_handler.go27 hub := wh.app.GetHubForUserId(conn.UserId)
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go6204 func (a *OpenTracingAppLayer) GetHubForUserId(userID string) *app.Hub { func
6216 resultVar0 := a.app.GetHubForUserId(userID)