MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / ProviderOpenstack

Struct ProviderOpenstack

pkg/metadata/provider_openstack.go:14–15  ·  view source on GitHub ↗

ProviderOpenstack is the type implementing the Provider interface for OpenStack

Source from the content-addressed store, hash-verified

12
13// ProviderOpenstack is the type implementing the Provider interface for OpenStack
14type ProviderOpenstack struct {
15}
16
17// NewOpenstack returns a new ProviderOpenstack
18func NewOpenstack() *ProviderOpenstack {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected