Skip to content

Commit

Permalink
Merge pull request #199 from civo/db-private-ip
Browse files Browse the repository at this point in the history
Add private ip field in the db
  • Loading branch information
vishalanarase committed Jul 23, 2024
2 parents fb45a69 + c8fec38 commit 22e0a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type Database struct {
Software string `json:"software"`
SoftwareVersion string `json:"software_version"`
PublicIPv4 string `json:"public_ipv4"`
PrivateIPv4 string `json:"private_ipv4"`
NetworkID string `json:"network_id"`
FirewallID string `json:"firewall_id"`
Port int `json:"port"`
Expand Down

0 comments on commit 22e0a73

Please sign in to comment.