| 14 | var messageIdSequence = int64(1) |
| 15 | |
| 16 | type ChatResponse struct { |
| 17 | Response |
| 18 | MessageList []Message `json:"message_list"` |
| 19 | } |
| 20 | |
| 21 | // MessageAction no practical effect, just check if token is valid |
| 22 | func MessageAction(c *gin.Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected