PureVPN servers json tag fix
This commit is contained in:
@@ -35,7 +35,7 @@ type PiaServers struct {
|
|||||||
type PurevpnServers struct {
|
type PurevpnServers struct {
|
||||||
Version uint16 `json:"version"`
|
Version uint16 `json:"version"`
|
||||||
Timestamp int64 `json:"timestamp"`
|
Timestamp int64 `json:"timestamp"`
|
||||||
Servers []PurevpnServer `json:"purevpn"`
|
Servers []PurevpnServer `json:"servers"`
|
||||||
}
|
}
|
||||||
type SurfsharkServers struct {
|
type SurfsharkServers struct {
|
||||||
Version uint16 `json:"version"`
|
Version uint16 `json:"version"`
|
||||||
|
|||||||
Reference in New Issue
Block a user