esxlib/esx/config.go

10 lines
149 B
Go

package esx
type Config struct {
Name string
Host string
User string
Password string
HostDefaults HostProperties
}