mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-04 23:52:53 +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"`
|
|
}
|