overflow_commons_go/modules/config/model/QueryInfo.go

7 lines
154 B
Go
Raw Normal View History

2017-12-04 06:50:11 +00:00
package model
type QueryInfo struct {
Query string `json:"query,omitempty"`
Extend map[string]interface{} `json:"extend,omitempty"`
}