change(protonvpn): change server name JSON field from name to server_name

This commit is contained in:
Quentin McGaw
2022-04-16 17:48:36 +00:00
parent 678caaf6a0
commit 5d7b278957
2 changed files with 739 additions and 739 deletions

View File

@@ -117,7 +117,7 @@ type ProtonvpnServer struct {
Country string `json:"country,omitempty"`
Region string `json:"region,omitempty"`
City string `json:"city,omitempty"`
Name string `json:"name,omitempty"`
Name string `json:"server_name,omitempty"`
Hostname string `json:"hostname,omitempty"`
EntryIP net.IP `json:"entry_ip,omitempty"`
}

File diff suppressed because it is too large Load Diff