ProviderScaleway is the type implementing the Provider interface for Scaleway
| 27 | |
| 28 | // ProviderScaleway is the type implementing the Provider interface for Scaleway |
| 29 | type ProviderScaleway struct { |
| 30 | } |
| 31 | |
| 32 | // NewScaleway returns a new ProviderScaleway |
| 33 | func NewScaleway() *ProviderScaleway { |
nothing calls this directly
no outgoing calls
no test coverage detected