web/response.go (6 lines of code) (raw):

package web type Response struct { Code int `json:"code"` Message string `json:"msg"` RequestId string `json:"request_id"` }