Files
cloud-services/pkg/common/json_dbquery_result.go

7 lines
127 B
Go

package common
type JSONDBQueryResult struct {
Data interface{} `json:"data"`
Total int `json:"total,omitempty"`
}