6 lines
74 B
Go
Raw Normal View History

package admin
type ErrorResponse struct {
Error string `json:"error"`
}