mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-17 00:44:10 +02:00
chore(updater): move updater packages to pkg/updaters/<name>
This commit is contained in:
@@ -25,3 +25,7 @@ func (n *NoFetcher) FetchServers(context.Context, int) (
|
||||
) {
|
||||
return nil, fmt.Errorf("%w: for %s", ErrFetcherNotSupported, n.providerName)
|
||||
}
|
||||
|
||||
func (n *NoFetcher) Version() uint16 {
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user