Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { SafeDNSService() safedns.SafeDNSService ECloudService() ecloud.ECloudService SSLService() ssl.SSLService DDoSXService() ddosx.DDoSXService AccountService() account.AccountService }
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) DDoSXService ¶
func (c *UKFastClient) DDoSXService() ddosx.DDoSXService
func (*UKFastClient) ECloudService ¶
func (c *UKFastClient) ECloudService() ecloud.ECloudService
func (*UKFastClient) SSLService ¶
func (c *UKFastClient) SSLService() ssl.SSLService
func (*UKFastClient) SafeDNSService ¶
func (c *UKFastClient) SafeDNSService() safedns.SafeDNSService
Click to show internal directories.
Click to hide internal directories.