We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0848fa commit d22c253Copy full SHA for d22c253
1 file changed
plugin/wordcount/main.go
@@ -26,7 +26,7 @@ var (
26
seg gse.Segmenter
27
)
28
29
-// MessageRecord将保存聊天消息的时间与内容到json
+// MessageRecord represents a chat message with timestamp and text to json.
30
type MessageRecord struct {
31
Time int64 `json:"time"`
32
Text string `json:"text"`
0 commit comments