finish work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type ErrInfo struct {
|
||||
Cause string `json:"cause"`
|
||||
Message string `json:"message"`
|
||||
Response int `json:"response"`
|
||||
}
|
||||
Reference in New Issue
Block a user