esxlib/esx/config.go

10 lines
149 B
Go
Raw Normal View History

2023-06-24 19:57:08 +00:00
package esx
type Config struct {
Name string
Host string
User string
Password string
HostDefaults HostProperties
}