Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
6
pkg/common/json_dbquery_result.go
Normal file
6
pkg/common/json_dbquery_result.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type JSONDBQueryResult struct {
|
||||
Data interface{} `json:"data"`
|
||||
Total int `json:"total,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user