change(protonvpn): change server name JSON field from name to server_name
This commit is contained in:
@@ -117,7 +117,7 @@ type ProtonvpnServer struct {
|
|||||||
Country string `json:"country,omitempty"`
|
Country string `json:"country,omitempty"`
|
||||||
Region string `json:"region,omitempty"`
|
Region string `json:"region,omitempty"`
|
||||||
City string `json:"city,omitempty"`
|
City string `json:"city,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"server_name,omitempty"`
|
||||||
Hostname string `json:"hostname,omitempty"`
|
Hostname string `json:"hostname,omitempty"`
|
||||||
EntryIP net.IP `json:"entry_ip,omitempty"`
|
EntryIP net.IP `json:"entry_ip,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user