added HostName to struct

v0.1.0
Andrew Woodlee 2 years ago
parent 6304866953
commit 0ee7267a18

@ -11,6 +11,7 @@ import (
type Host struct {
Empty bool
Host string
HostName string
Port uint16
PrivateKeyPath string
PrivateKeyPassword string

Loading…
Cancel
Save