()
| 12 | } |
| 13 | |
| 14 | func (a *Provider) GetPlugin() *providerAPI.PluginInfo { |
| 15 | return &providerAPI.PluginInfo{ |
| 16 | Name: "openstack", |
| 17 | Version: "v3.15.1"} |
| 18 | } |
| 19 | |
| 20 | func (a *Provider) ImportImageRunFunc(_, _, _ string) (pulumi.RunFunc, error) { |
| 21 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected