add comment for public type

This commit is contained in:
Matthew R. Kasun 2022-12-19 11:03:14 -05:00
parent dd80fd6ab4
commit 4f303dd4c5

View file

@ -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"`