2018-04-26 07:37:59 +00:00
|
|
|
package sensorconfig
|
2018-04-12 09:38:04 +00:00
|
|
|
|
|
|
|
type Item struct {
|
2018-06-12 13:13:22 +00:00
|
|
|
Keys []*Keys `json:"keys,omitempty"`
|
2018-04-12 09:38:04 +00:00
|
|
|
QueryInfo *QueryInfo `json:"queryInfo,omitempty"`
|
|
|
|
MappingInfo *MappingInfo `json:"mappingInfo,omitempty"`
|
|
|
|
}
|