added HostName to struct
This commit is contained in:
parent
6304866953
commit
0ee7267a18
@ -11,6 +11,7 @@ import (
|
|||||||
type Host struct {
|
type Host struct {
|
||||||
Empty bool
|
Empty bool
|
||||||
Host string
|
Host string
|
||||||
|
HostName string
|
||||||
Port uint16
|
Port uint16
|
||||||
PrivateKeyPath string
|
PrivateKeyPath string
|
||||||
PrivateKeyPassword string
|
PrivateKeyPassword string
|
||||||
|
Loading…
Reference in New Issue
Block a user