overflow_commons_go/modules/config/model/Target.go

7 lines
162 B
Go
Raw Normal View History

2017-12-04 06:50:11 +00:00
package model
type Target struct {
Auth map[string]interface{} `json:"auth,omitempty"`
Connection *Connection `json:"connection,omitempty"`
}