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