commons-go/model/sensorconfig/QueryInfo.go
crusader 9f8fd87eca ing
2018-04-26 16:37:59 +09:00

7 lines
161 B
Go

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