Documentation
¶
Index ¶
- type Client
- type CreateDomainWithCertRequest
- type CreateDomainWithCertResponse
- func (r *CreateDomainWithCertResponse) GetErrorCode() string
- func (r *CreateDomainWithCertResponse) GetErrorMessage() string
- func (r *CreateDomainWithCertResponse) GetReturnCode() int
- func (r *CreateDomainWithCertResponse) GetReturnDesc() string
- func (r *CreateDomainWithCertResponse) GetSuccess() bool
- type Options
- type OptionsFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(optFns ...OptionsFunc) (*Client, error)
func (*Client) CreateDomainWithCert ¶
func (c *Client) CreateDomainWithCert(req *CreateDomainWithCertRequest) (*CreateDomainWithCertResponse, error)
type CreateDomainWithCertResponse ¶
type CreateDomainWithCertResponse struct {
// contains filtered or unexported fields
}
func (*CreateDomainWithCertResponse) GetErrorCode ¶
func (r *CreateDomainWithCertResponse) GetErrorCode() string
func (*CreateDomainWithCertResponse) GetErrorMessage ¶
func (r *CreateDomainWithCertResponse) GetErrorMessage() string
func (*CreateDomainWithCertResponse) GetReturnCode ¶
func (r *CreateDomainWithCertResponse) GetReturnCode() int
func (*CreateDomainWithCertResponse) GetReturnDesc ¶
func (r *CreateDomainWithCertResponse) GetReturnDesc() string
func (*CreateDomainWithCertResponse) GetSuccess ¶
func (r *CreateDomainWithCertResponse) GetSuccess() bool
type OptionsFunc ¶ added in v0.4.25
type OptionsFunc func(*Options)
func WithLogins ¶ added in v0.4.25
func WithLogins(username, password string) OptionsFunc
Click to show internal directories.
Click to hide internal directories.