first commit
This commit is contained in:
7
gateway/api/v1/internal/model/general.go
Normal file
7
gateway/api/v1/internal/model/general.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type GeneralResponse struct {
|
||||
Result int `json:"result"`
|
||||
Message string `json:"message"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user