Files
windows_lock_go/common/global/websocket.go

12 lines
230 B
Go
Raw Permalink Normal View History

2025-07-15 16:43:50 +08:00
package global
import "go-admin/app/websocket"
var WebSocketHub *websocket.Hub
type AlarmLogNotice struct {
MachineId string `json:"machineId"`
BiosId string `json:"biosId"`
Content string `json:"content"`
}