Browse Source

添加websocket的全局句柄

pull/9/head
zhangxin 3 years ago
parent
commit
b1d509c6ca
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      global/global.go

+ 6
- 0
global/global.go View File

@ -0,0 +1,6 @@
package global
import "LAPP_LF_MOM_BACKEND/messaging"
// websocket的全局Context
var WebsocketContext *messaging.Contexts

Loading…
Cancel
Save