mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-09-26 20:11:20 +08:00
9 lines
121 B
Go
9 lines
121 B
Go
package model
|
|
|
|
|
|
|
|
type WsMessage struct {
|
|
MessageType string `json:"messageType"`
|
|
Content string `json:"content"`
|
|
}
|