package systemmodel type MsgSend struct { Username string `json:"username"` Msg struct { Type string `json:"type"` Content string `json:"content"` } `json:"msg"` }