|
@@ -7,6 +7,7 @@ import (
|
|
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
|
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
|
)
|
|
)
|
|
|
|
|
|
|
|
+// Host - represents a host on the network
|
|
type Host struct {
|
|
type Host struct {
|
|
ID uuid.UUID `json:"id" yaml:"id"`
|
|
ID uuid.UUID `json:"id" yaml:"id"`
|
|
Verbosity int `json:"verbosity" yaml:"verbosity"`
|
|
Verbosity int `json:"verbosity" yaml:"verbosity"`
|