category_responses.go 160 Bytes EditWeb IDE 1 2 3 4 5 6 7 package responses type CategoryResponse struct { Status int `json:"status"` Message string `json:"message"` Data interface{} `json:"data"` }