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
wireguard-route-replace
gluetun/internal/provider/slickvpn/updater/updater.go

24 lines
450 B
Go
Raw Permalink Normal View History

feat: SlickVPN Support (#961) - `internal/updater/html` package - Add unit tests for slickvpn updating code - Change shared html package to be more share-able - Split html utilities in multiple files - Fix processing .ovpn files with prefix space Authored by @Rohaq Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
2022-08-15 16:25:06 +01:00
package updater
import (
"net/http"
"github.com/qdm12/gluetun/internal/provider/common"
)
type Updater struct {
client *http.Client
parallelResolver common.ParallelResolver
warner common.Warner
}
func New(client *http.Client, warner common.Warner,
chore: use gofumpt for code formatting
2024-10-11 19:20:48 +00:00
parallelResolver common.ParallelResolver,
) *Updater {
feat: SlickVPN Support (#961) - `internal/updater/html` package - Add unit tests for slickvpn updating code - Change shared html package to be more share-able - Split html utilities in multiple files - Fix processing .ovpn files with prefix space Authored by @Rohaq Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
2022-08-15 16:25:06 +01:00
return &Updater{
client: client,
parallelResolver: parallelResolver,
warner: warner,
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 100ms 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