package models type ErrorResp struct { Status int `json:"status"` Message string `json:"message"` }