2018-04-26 07:37:59 +00:00
|
|
|
package sensorconfig
|
2018-04-12 09:38:04 +00:00
|
|
|
|
|
|
|
type Target struct {
|
|
|
|
Auth map[string]interface{} `json:"auth,omitempty"`
|
|
|
|
Connection *Connection `json:"connection,omitempty"`
|
2018-05-08 12:52:36 +00:00
|
|
|
Meta map[string]interface{} `json:"meta,omitempty"`
|
2018-04-12 09:38:04 +00:00
|
|
|
}
|