niki/pkg/http_msg/err_response.go

7 lines
134 B
Go
Raw Normal View History

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