feat: Hub接收RESTful API的消息

This commit is contained in:
2025-12-16 17:15:59 +08:00
parent 18874711ea
commit b824dc3792
6 changed files with 74 additions and 7 deletions

View File

@ -1,6 +1,7 @@
package model
type Message struct {
Topic Topic
Content []byte
Topic Topic
Content []byte
Timestamp int64
}