RegionsService is the godo RegionsService interface.
| 29 | |
| 30 | // RegionsService is the godo RegionsService interface. |
| 31 | type RegionsService interface { |
| 32 | List() (Regions, error) |
| 33 | } |
| 34 | |
| 35 | type regionsService struct { |
| 36 | client *godo.Client |
no outgoing calls
no test coverage detected