overflow_commons_go/modules/config/model/QueryInfo.go
crusader 3f116f1343 ing
2017-12-04 15:50:11 +09:00

7 lines
154 B
Go

package model
type QueryInfo struct {
Query string `json:"query,omitempty"`
Extend map[string]interface{} `json:"extend,omitempty"`
}