feat: code clean

This commit is contained in:
Zhiqiang Li
2023-03-30 16:55:15 +08:00
parent 26d230f587
commit 656a7d1f1c
11 changed files with 14 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
package util
type ApiResponse struct {
Error ErrorDescription `json:"error"`
}
type ErrorDescription struct {
Code string `json:"code"`
Message string `json:"message"`
}