GenericResponse.go (5 lines of code) (raw):

package main type GenericResponse struct { Status string `json:"status"` Detail string `json:"detail"` }