ProviderOpenstack is the type implementing the Provider interface for OpenStack
| 12 | |
| 13 | // ProviderOpenstack is the type implementing the Provider interface for OpenStack |
| 14 | type ProviderOpenstack struct { |
| 15 | } |
| 16 | |
| 17 | // NewOpenstack returns a new ProviderOpenstack |
| 18 | func NewOpenstack() *ProviderOpenstack { |
nothing calls this directly
no outgoing calls
no test coverage detected