fix
This commit is contained in:
11
constants/websocket.go
Normal file
11
constants/websocket.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package constants
|
||||
|
||||
type websocket string
|
||||
|
||||
// websocket消息类型
|
||||
const (
|
||||
//ws连接成功
|
||||
WEBSOCKET_CONNECT_SUCCESS = "connect-success"
|
||||
//图片渲染
|
||||
WEBSOCKET_RENDER_IMAGE = "render-image"
|
||||
)
|
||||
Reference in New Issue
Block a user