7 lines
162 B
Go
Raw Normal View History

2018-04-12 18:38:04 +09:00
package model
type Target struct {
Auth map[string]interface{} `json:"auth,omitempty"`
Connection *Connection `json:"connection,omitempty"`
}