另客网go项目公用的代码库

error.go 97B

123456
  1. package request
  2. type HTTPError struct {
  3. Msg string `json:"msg" example:"status bad request"`
  4. }