gogstea/internal/domain/comment.go

6 lines
80 B
Go
Raw Normal View History

2024-08-30 13:45:18 +02:00
package domain
type CommentCreateRequest struct {
Body string `json:"body"`
}