mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-31 04:06:37 +08:00
fix(GRA-752f): add address string to be sent to frontend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user