2018-07-02 07:42:40 +00:00
|
|
|
package sensorconfig
|
|
|
|
|
|
|
|
import "git.loafle.net/overflow/commons-go/model/meta"
|
|
|
|
|
|
|
|
type SensorConfigItems struct {
|
2018-07-02 07:44:08 +00:00
|
|
|
MetaCollectionItems []*meta.MetaCollectionItem `json:"metaCollectionItems,omitempty"`
|
2018-07-02 07:42:40 +00:00
|
|
|
}
|