repos
/
hvat
/
http
/ models.go
models.go
raw
1
package http
2
3
type ErrorResponse struct {
4
Message string `json:"message"`
5
}
6