MCPcopy
hub / github.com/passteque/gluetun / Providers

Struct Providers

internal/provider/providers.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type Providers struct {
40 providerNameToProvider map[string]Provider
41}
42
43type Storage interface {
44 FilterServers(provider string, selection settings.ServerSelection) (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected