7 lines
161 B
Go
7 lines
161 B
Go
package sensorconfig
|
|
|
|
type QueryInfo struct {
|
|
Query string `json:"query,omitempty"`
|
|
Extend map[string]interface{} `json:"extend,omitempty"`
|
|
}
|