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 ¶ added in v1.3.21
func (c *UKFastClient) BillingService() billing.BillingService
func (*UKFastClient) CloudflareService ¶ added in v1.5.0
func (c *UKFastClient) CloudflareService() cloudflare.CloudflareService
func (*UKFastClient) DDoSXService ¶
func (c *UKFastClient) DDoSXService() ddosx.DDoSXService
func (*UKFastClient) DRaaSService ¶ added in v1.3.10
func (c *UKFastClient) DRaaSService() draas.DRaaSService
func (*UKFastClient) ECloudFlexService ¶ added in v1.3.22
func (c *UKFastClient) ECloudFlexService() ecloudflex.ECloudFlexService
func (*UKFastClient) ECloudService ¶
func (c *UKFastClient) ECloudService() ecloud.ECloudService
func (*UKFastClient) LoadBalancerService ¶ added in v1.3.53
func (c *UKFastClient) LoadBalancerService() loadbalancer.LoadBalancerService
func (*UKFastClient) PSSService ¶ added in v1.0.14
func (c *UKFastClient) PSSService() pss.PSSService
func (*UKFastClient) RegistrarService ¶ added in v1.0.6
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 ¶ added in v1.3.23
func (c *UKFastClient) SharedExchangeService() sharedexchange.SharedExchangeService
func (*UKFastClient) StorageService ¶ added in v1.2.4
func (c *UKFastClient) StorageService() storage.StorageService
Click to show internal directories.
Click to hide internal directories.