8 lines
228 B
Go
Raw Normal View History

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