From 4f303dd4c5749f335841b3aee96034fb89f46bf1 Mon Sep 17 00:00:00 2001 From: "Matthew R. Kasun" Date: Mon, 19 Dec 2022 11:03:14 -0500 Subject: [PATCH] add comment for public type --- models/host.go | 1 + 1 file changed, 1 insertion(+) 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"`