MCPcopy Create free account
hub / github.com/crc-org/crc-cloud / GetProvider

Function GetProvider

pkg/provider/openstack/openstack.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8type Provider struct{}
9
10func GetProvider() *Provider {
11 return &Provider{}
12}
13
14func (a *Provider) GetPlugin() *providerAPI.PluginInfo {
15 return &providerAPI.PluginInfo{

Callers 1

getProviderFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected