commons-go/sensorconfig/model/QueryInfo.go
crusader 796da7bbfe ing
2018-04-12 18:38:04 +09:00

7 lines
154 B
Go

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