6 lines
77 B
Go
6 lines
77 B
Go
package dto
|
|
|
|
type PublishRequest struct {
|
|
Content string `json:"content"`
|
|
}
|