Logo
Explore Help
Register Sign In
admin/gluetun
1
0
Fork 0
You've already forked gluetun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
74aa509644f08686a6722b01dfd2b8aa2f5a2a54
gluetun/internal/provider/ivpn/updater/roundtrip_test.go

10 lines
193 B
Go
Raw Normal View History

chore(updater): incorporate `FetchServers` method in `Provider` interface - Each provider interface can now fetch updated servers data - Rename each provider updater subpackage name to `updater` - Updater constructor does not take a settings struct - Updater update method takes in a slice of provider strings
2022-06-09 23:47:12 +00:00
package updater
IVPN server data update code and `ISP` filter (#578) - Use IVPN's HTTP API instead of their .zip file - Unit tests for API and GetServers - Paves the way for Wireguard - Update server information for IVPN - Add `ISP` filter for IVPN
2021-08-22 20:11:56 -07:00
import "net/http"
type roundTripFunc func(r *http.Request) (*http.Response, error)
func (f roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
return f(r)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 147ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API