Documentation
¶
Index ¶
- type Client
- type UKFastClient
- func (c *UKFastClient) AccountService() account.AccountService
- func (c *UKFastClient) DDoSXService() ddosx.DDoSXService
- func (c *UKFastClient) ECloudService() ecloud.ECloudService
- func (c *UKFastClient) PSSService() pss.PSSService
- func (c *UKFastClient) RegistrarService() registrar.RegistrarService
- func (c *UKFastClient) SSLService() ssl.SSLService
- func (c *UKFastClient) SafeDNSService() safedns.SafeDNSService
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 RegistrarService() registrar.RegistrarService PSSService() pss.PSSService }
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) 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
Click to show internal directories.
Click to hide internal directories.