fix(GRA-752f): add address string to be sent to frontend

This commit is contained in:
Aceix
2022-12-14 11:39:33 +00:00
parent 407c6ed20a
commit 457060d41a
2 changed files with 6 additions and 2 deletions

View File

@@ -48,8 +48,9 @@ type NodeCheckin struct {
// Iface struct for local interfaces of a node
type Iface struct {
Name string
Address net.IPNet
Name string `json:"name"`
Address net.IPNet `json:"address"`
AddressString string `json:"addressString"`
}
// Node - struct for node model