re
This commit is contained in:
parent
de62e94cc6
commit
54725b74e1
|
@ -8,5 +8,5 @@ type SensorConfigConnection struct {
|
|||
MetaPortTypeKey string `json:"metaPortTypeKey,omitempty"`
|
||||
Port json.Number `json:"port,omitempty"`
|
||||
MetaCryptoTypeKey string `json:"metaCryptoTypeKey,omitempty"`
|
||||
credentials map[string]string `json:"credentials,omitempty"`
|
||||
Credentials map[string]string `json:"credentials,omitempty"`
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ package sensorconfig
|
|||
import "git.loafle.net/overflow/commons-go/model/meta"
|
||||
|
||||
type SensorConfigItems struct {
|
||||
metaCollectionItems []*meta.MetaCollectionItem `json:"metaCollectionItems,omitempty"`
|
||||
MetaCollectionItems []*meta.MetaCollectionItem `json:"metaCollectionItems,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user