mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-08 07:41:41 +08:00
add comment for public type
This commit is contained in:
parent
dd80fd6ab4
commit
4f303dd4c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue