Skip to content

Commit

Permalink
Merge pull request #13 from NetSepio/vaibhavvvvv/dev
Browse files Browse the repository at this point in the history
node struct updated with ipinfo data
  • Loading branch information
vaibhavvvvv authored Jun 6, 2024
2 parents 5b2dc3f + d27f616 commit 0be5b93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ type Node struct {
LastPingedTimeStamp int64 `json:"lastPingedTimeStamp"`
WalletAddressSui string `json:"walletAddress"`
WalletAddressSolana string `json:"walletAddressSol"`
IpInfoIP string `json:"ipinfoip"`
IpInfoCity string `json:"ipinfocity"`
IpInfoCountry string `json:"ipinfocountry"`
IpInfoLocation string `json:"ipinfolocation"`
IpInfoOrg string `json:"ipinfoorg"`
IpInfoPostal string `json:"ipinfopostal"`
IpInfoTimezone string `json:"ipinfotimezone"`
}

0 comments on commit 0be5b93

Please sign in to comment.