Files
push-server/interval/api/dto/publish.go

6 lines
77 B
Go

package dto
type PublishRequest struct {
Content string `json:"content"`
}