Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
Provider
struct
{}
9
10
func
GetProvider() *Provider {
11
return
&Provider{}
12
}
13
14
func
(a *Provider) GetPlugin() *providerAPI.PluginInfo {
15
return
&providerAPI.PluginInfo{
Callers
1
getProvider
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected