package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Nov 1, 2025
License: MIT
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
¶
type Message struct {
Type Type `json:"type"`
Data string `json:"data"`
}
Type 消息类型
const (
TypeHeartbeat Type = "heartbeat"
TypeMessage Type = "message"
TypeError Type = "error"
)
type WsMessage struct {
ClientID string `json:"client_id"`
Message Message `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.