Documentation
¶
Index ¶
- type Client
- func (c *Client) SetSettingCert(req *SetSettingCertRequest) (*SetSettingCertResponse, error)
- func (c *Client) SetSettingCertWithContext(ctx context.Context, req *SetSettingCertRequest) (*SetSettingCertResponse, error)
- func (c *Client) SetTLSConfig(config *tls.Config) *Client
- func (c *Client) SetTimeout(timeout time.Duration) *Client
- func (c *Client) SetWebsiteCert(req *SetWebsiteCertRequest) (*SetWebsiteCertResponse, error)
- func (c *Client) SetWebsiteCertWithContext(ctx context.Context, req *SetWebsiteCertRequest) (*SetWebsiteCertResponse, error)
- type SetSettingCertRequest
- type SetSettingCertResponse
- type SetWebsiteCertRequest
- type SetWebsiteCertResponse
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 (*Client) SetSettingCert ¶
func (c *Client) SetSettingCert(req *SetSettingCertRequest) (*SetSettingCertResponse, error)
func (*Client) SetSettingCertWithContext ¶
func (c *Client) SetSettingCertWithContext(ctx context.Context, req *SetSettingCertRequest) (*SetSettingCertResponse, error)
func (*Client) SetWebsiteCert ¶
func (c *Client) SetWebsiteCert(req *SetWebsiteCertRequest) (*SetWebsiteCertResponse, error)
func (*Client) SetWebsiteCertWithContext ¶
func (c *Client) SetWebsiteCertWithContext(ctx context.Context, req *SetWebsiteCertRequest) (*SetWebsiteCertResponse, error)
type SetSettingCertRequest ¶
type SetSettingCertResponse ¶
type SetSettingCertResponse struct {
// contains filtered or unexported fields
}
func (*SetSettingCertResponse) GetMessage ¶
func (r *SetSettingCertResponse) GetMessage() string
type SetWebsiteCertRequest ¶
type SetWebsiteCertResponse ¶
type SetWebsiteCertResponse struct {
// contains filtered or unexported fields
}
func (*SetWebsiteCertResponse) GetMessage ¶
func (r *SetWebsiteCertResponse) GetMessage() string
Click to show internal directories.
Click to hide internal directories.