niki/pkg/http_msg/err_response.go

7 lines
134 B
Go

package httpmsg
type ErrorResponse struct {
Message string `json:"message"`
Errors map[string]string `json:"errors"`
}