package
Version:
v0.0.0-...-e9f0680
Opens a new window with list of versions in this module.
Published: Nov 18, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
Capture MsgType = "capture"
)
type PushMessage struct {
ID uint64 `json:"id"`
MessageType MsgType `json:"messageType"`
Content string `json:"content"`
}
PushMessage 推送消息内容
type WsMessage struct {
MessageType int
Data []byte
}
WsMessage ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.