alby-hub/http/models.go
2024-05-30 00:06:06 +07:00

5 lines
77 B
Go

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