mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
ebd94723c1
- 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
4 lines
95 B
Go
4 lines
95 B
Go
package updater
|
|
|
|
//go:generate mockgen -destination=mocks_test.go -package $GOPACKAGE . Warner
|