feat: Hub接收RESTful API的消息
This commit is contained in:
5
interval/api/dto/publish.go
Normal file
5
interval/api/dto/publish.go
Normal file
@ -0,0 +1,5 @@
|
||||
package dto
|
||||
|
||||
type PublishRequest struct {
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user