MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / ChatResponse

Struct ChatResponse

controller/message.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected