Browse Source

review comments

Matthew R. Kasun 2 years ago
parent
commit
5e4e512890
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/node.go

+ 1 - 0
models/node.go

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