newsbot-api/internal/domain/responses.go

5 lines
78 B
Go
Raw Normal View History

2024-04-23 22:18:07 -07:00
package domain
type ErrorResponse struct {
Message string `json:"message"`
}