Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BaseResponse interface {
GetMessage() string
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SettingCert ¶
func (c *Client) SettingCert(req *SettingCertRequest) (*SettingCertResponse, error)
func (*Client) WebsiteCert ¶
func (c *Client) WebsiteCert(req *WebsiteCertRequest) (*WebsiteCertResponse, error)
type SettingCertRequest ¶
type SettingCertResponse ¶
type SettingCertResponse struct {
// contains filtered or unexported fields
}
func (*SettingCertResponse) GetMessage ¶
func (r *SettingCertResponse) GetMessage() string
type WebsiteCertRequest ¶
type WebsiteCertResponse ¶
type WebsiteCertResponse struct {
// contains filtered or unexported fields
}
func (*WebsiteCertResponse) GetMessage ¶
func (r *WebsiteCertResponse) GetMessage() string
Click to show internal directories.
Click to hide internal directories.