newsbot-api/internal/domain/responses.go

5 lines
78 B
Go

package domain
type ErrorResponse struct {
Message string `json:"message"`
}