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