7 lines
161 B
Go
Raw Normal View History

2018-04-26 16:37:59 +09:00
package sensorconfig
2018-04-12 18:38:04 +09:00
type QueryInfo struct {
Query string `json:"query,omitempty"`
Extend map[string]interface{} `json:"extend,omitempty"`
}