review comments

This commit is contained in:
Matthew R. Kasun 2022-11-28 12:40:52 -05:00
parent 6b18ff57c9
commit 5e4e512890

View file

@ -46,6 +46,7 @@ type NodeCheckin struct {
Ifaces []Iface
}
// Iface struct for local interfaces of a node
type Iface struct {
Name string
Address net.IPNet