Rename Host to PlaygroundFQDN

This commit is contained in:
Marcos Lilljedahl
2017-09-12 17:58:56 -03:00
parent 6eacb85fc3
commit a9474cf75e
6 changed files with 22 additions and 21 deletions

View File

@@ -27,13 +27,13 @@ type WindowsInstance struct {
}
type InstanceConfig struct {
ImageName string
Hostname string
ServerCert []byte
ServerKey []byte
CACert []byte
Cert []byte
Key []byte
Host string
Type string
ImageName string
Hostname string
ServerCert []byte
ServerKey []byte
CACert []byte
Cert []byte
Key []byte
PlaygroundFQDN string
Type string
}