mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(provider): add Name() method per provider
This commit is contained in:
@@ -17,3 +17,7 @@ func New() *Provider {
|
||||
NoPortForwarder: utils.NewNoPortForwarding(providers.Custom),
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Provider) Name() string {
|
||||
return providers.Custom
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user