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