package provisioning type ProviderClient interface { ConfigureZone(zoneName string) error GetVPSStatus(id string) (string, error) }