feat: Hub接收RESTful API的消息
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package model
|
||||
|
||||
type Message struct {
|
||||
Topic Topic
|
||||
Content []byte
|
||||
Topic Topic
|
||||
Content []byte
|
||||
Timestamp int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user