Selaa lähdekoodia

review comments

Matthew R. Kasun 2 vuotta sitten
vanhempi
commit
5e4e512890
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      models/node.go

+ 1 - 0
models/node.go

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