Documentation ¶
Index ¶
- type Client
- type UKFastClient
- func (c *UKFastClient) AccountService() account.AccountService
- func (c *UKFastClient) BillingService() billing.BillingService
- func (c *UKFastClient) CloudflareService() cloudflare.CloudflareService
- func (c *UKFastClient) DDoSXService() ddosx.DDoSXService
- func (c *UKFastClient) DRaaSService() draas.DRaaSService
- func (c *UKFastClient) ECloudFlexService() ecloudflex.ECloudFlexService
- func (c *UKFastClient) ECloudService() ecloud.ECloudService
- func (c *UKFastClient) LoadBalancerService() loadbalancer.LoadBalancerService
- func (c *UKFastClient) PSSService() pss.PSSService
- func (c *UKFastClient) RegistrarService() registrar.RegistrarService
- func (c *UKFastClient) SSLService() ssl.SSLService
- func (c *UKFastClient) SafeDNSService() safedns.SafeDNSService
- func (c *UKFastClient) SharedExchangeService() sharedexchange.SharedExchangeService
- func (c *UKFastClient) StorageService() storage.StorageService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { AccountService() account.AccountService BillingService() billing.BillingService DDoSXService() ddosx.DDoSXService DRaaSService() draas.DRaaSService ECloudService() ecloud.ECloudService ECloudFlexService() ecloudflex.ECloudFlexService LoadBalancerService() loadbalancer.LoadBalancerService CloudflareService() cloudflare.CloudflareService PSSService() pss.PSSService RegistrarService() registrar.RegistrarService SafeDNSService() safedns.SafeDNSService SSLService() ssl.SSLService StorageService() storage.StorageService }
type UKFastClient ¶
type UKFastClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(connection connection.Connection) *UKFastClient
func (*UKFastClient) AccountService ¶
func (c *UKFastClient) AccountService() account.AccountService
func (*UKFastClient) BillingService ¶
func (c *UKFastClient) BillingService() billing.BillingService
func (*UKFastClient) CloudflareService ¶
func (c *UKFastClient) CloudflareService() cloudflare.CloudflareService
func (*UKFastClient) DDoSXService ¶
func (c *UKFastClient) DDoSXService() ddosx.DDoSXService
func (*UKFastClient) DRaaSService ¶
func (c *UKFastClient) DRaaSService() draas.DRaaSService
func (*UKFastClient) ECloudFlexService ¶
func (c *UKFastClient) ECloudFlexService() ecloudflex.ECloudFlexService
func (*UKFastClient) ECloudService ¶
func (c *UKFastClient) ECloudService() ecloud.ECloudService
func (*UKFastClient) LoadBalancerService ¶
func (c *UKFastClient) LoadBalancerService() loadbalancer.LoadBalancerService
func (*UKFastClient) PSSService ¶
func (c *UKFastClient) PSSService() pss.PSSService
func (*UKFastClient) RegistrarService ¶
func (c *UKFastClient) RegistrarService() registrar.RegistrarService
func (*UKFastClient) SSLService ¶
func (c *UKFastClient) SSLService() ssl.SSLService
func (*UKFastClient) SafeDNSService ¶
func (c *UKFastClient) SafeDNSService() safedns.SafeDNSService
func (*UKFastClient) SharedExchangeService ¶
func (c *UKFastClient) SharedExchangeService() sharedexchange.SharedExchangeService
func (*UKFastClient) StorageService ¶
func (c *UKFastClient) StorageService() storage.StorageService
Click to show internal directories.
Click to hide internal directories.