parent
8c09687e86
commit
00df010870
|
@ -3,7 +3,7 @@ package data
|
||||||
type NodeInfo struct {
|
type NodeInfo struct {
|
||||||
NodeId string `json:"node_id"`
|
NodeId string `json:"node_id"`
|
||||||
Network Network `json:"network"`
|
Network Network `json:"network"`
|
||||||
Owner *Owner `json:"owner,omitempty"`
|
Owner *Owner `json:"-"` // Removed for privacy reasons
|
||||||
System System `json:"system"`
|
System System `json:"system"`
|
||||||
Hostname string `json:"hostname"`
|
Hostname string `json:"hostname"`
|
||||||
Location *Location `json:"location,omitempty"`
|
Location *Location `json:"location,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue