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