| 31 | } |
| 32 | |
| 33 | type Message struct { |
| 34 | Id int64 `json:"id,omitempty"` |
| 35 | Content string `json:"content,omitempty"` |
| 36 | CreateTime string `json:"create_time,omitempty"` |
| 37 | } |
| 38 | |
| 39 | type MessageSendEvent struct { |
| 40 | UserId int64 `json:"user_id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected