fix: map response

This commit is contained in:
2023-11-29 17:38:41 +08:00
parent 50165a7dab
commit bb379ce509
2 changed files with 7 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ type DataResponse struct {
Data interface{} `json:"data"`
}
type MapResponse map[string]any
type NullResponse struct {
nil interface{}
}