flores/lib/model/err.go
2025-04-18 17:40:44 +08:00

8 lines
140 B
Go

package model
type ErrInfo struct {
Cause string `json:"cause"`
Message string `json:"message"`
Response int `json:"response"`
}