We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605941d commit 0a48109Copy full SHA for 0a48109
api/node_type.go
@@ -11,7 +11,7 @@ type Node struct {
11
Mem int `json:"mem"`
12
Node string `json:"node"`
13
SSLFingerprint string `json:"ssl_fingerprint"`
14
- Stauts string `json:"status"`
+ Status string `json:"status"`
15
Type string `json:"type"`
16
UpTime int `json:"uptime"`
17
}
0 commit comments