diff --git a/models/host.go b/models/host.go index f618f8b9..10b9ae80 100644 --- a/models/host.go +++ b/models/host.go @@ -7,6 +7,7 @@ import ( "golang.zx2c4.com/wireguard/wgctrl/wgtypes" ) +// Host - represents a host on the network type Host struct { ID uuid.UUID `json:"id" yaml:"id"` Verbosity int `json:"verbosity" yaml:"verbosity"`