ProviderVMware implements VMware provider interface for unsupported architectures
| 4 | |
| 5 | // ProviderVMware implements VMware provider interface for unsupported architectures |
| 6 | type ProviderVMware struct{} |
| 7 | |
| 8 | // NewVMware returns a new VMware Provider |
| 9 | func NewVMware() *ProviderVMware { |
nothing calls this directly
no outgoing calls
no test coverage detected