7 lines
169 B
Go
7 lines
169 B
Go
package sensorconfig
|
|
|
|
type Target struct {
|
|
Auth map[string]interface{} `json:"auth,omitempty"`
|
|
Connection *Connection `json:"connection,omitempty"`
|
|
}
|