Files
Memoh/internal/handlers/error.go
2026-01-28 04:48:32 +07:00

6 lines
81 B
Go

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