Skip to content

Commit

Permalink
Merge pull request #12 from NetSepio/vaibhavvvvv/dev
Browse files Browse the repository at this point in the history
add NodeName in node struct
  • Loading branch information
vaibhavvvvv authored Jun 5, 2024
2 parents 3298932 + f1e1241 commit 5b2dc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type Node struct {
Name string `json:"name"`
HttpPort string `json:"httpPort"`
Domain string `json:"domain"`
NodeName string `json:"nodename"`
Address string `json:"address"`
Region string `json:"region"`
Status string `json:"status"`
Expand All @@ -13,5 +14,5 @@ type Node struct {
StartTimeStamp int64 `json:"startTimeStamp"`
LastPingedTimeStamp int64 `json:"lastPingedTimeStamp"`
WalletAddressSui string `json:"walletAddress"`
WalletAddressSolana string `json:"walletAddressSol"`
WalletAddressSolana string `json:"walletAddressSol"`
}

0 comments on commit 5b2dc3f

Please sign in to comment.