Documentation
¶
Index ¶
- type Client
- func (c *Client) ConfigSavePanelSSL(req *ConfigSavePanelSSLRequest) (*ConfigSavePanelSSLResponse, error)
- func (c *Client) ConfigSavePanelSSLWithContext(ctx context.Context, req *ConfigSavePanelSSLRequest) (*ConfigSavePanelSSLResponse, error)
- func (c *Client) SSLCertSaveCert(req *SSLCertSaveCertRequest) (*SSLCertSaveCertResponse, error)
- func (c *Client) SSLCertSaveCertWithContext(ctx context.Context, req *SSLCertSaveCertRequest) (*SSLCertSaveCertResponse, error)
- func (c *Client) SSLSetBatchCertToSite(req *SSLSetBatchCertToSiteRequest) (*SSLSetBatchCertToSiteResponse, error)
- func (c *Client) SSLSetBatchCertToSiteWithContext(ctx context.Context, req *SSLSetBatchCertToSiteRequest) (*SSLSetBatchCertToSiteResponse, error)
- func (c *Client) SetTLSConfig(config *tls.Config) *Client
- func (c *Client) SetTimeout(timeout time.Duration) *Client
- func (c *Client) SiteSetSSL(req *SiteSetSSLRequest) (*SiteSetSSLResponse, error)
- func (c *Client) SiteSetSSLWithContext(ctx context.Context, req *SiteSetSSLRequest) (*SiteSetSSLResponse, error)
- func (c *Client) SystemServiceAdmin(req *SystemServiceAdminRequest) (*SystemServiceAdminResponse, error)
- func (c *Client) SystemServiceAdminWithContext(ctx context.Context, req *SystemServiceAdminRequest) (*SystemServiceAdminResponse, error)
- type ConfigSavePanelSSLRequest
- type ConfigSavePanelSSLResponse
- type SSLCertSaveCertRequest
- type SSLCertSaveCertResponse
- type SSLSetBatchCertToSiteRequest
- type SSLSetBatchCertToSiteRequestBatchInfo
- type SSLSetBatchCertToSiteResponse
- type SiteSetSSLRequest
- type SiteSetSSLResponse
- type SystemServiceAdminRequest
- type SystemServiceAdminResponse
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) ConfigSavePanelSSL ¶
func (c *Client) ConfigSavePanelSSL(req *ConfigSavePanelSSLRequest) (*ConfigSavePanelSSLResponse, error)
func (*Client) ConfigSavePanelSSLWithContext ¶
func (c *Client) ConfigSavePanelSSLWithContext(ctx context.Context, req *ConfigSavePanelSSLRequest) (*ConfigSavePanelSSLResponse, error)
func (*Client) SSLCertSaveCert ¶
func (c *Client) SSLCertSaveCert(req *SSLCertSaveCertRequest) (*SSLCertSaveCertResponse, error)
func (*Client) SSLCertSaveCertWithContext ¶
func (c *Client) SSLCertSaveCertWithContext(ctx context.Context, req *SSLCertSaveCertRequest) (*SSLCertSaveCertResponse, error)
func (*Client) SSLSetBatchCertToSite ¶
func (c *Client) SSLSetBatchCertToSite(req *SSLSetBatchCertToSiteRequest) (*SSLSetBatchCertToSiteResponse, error)
func (*Client) SSLSetBatchCertToSiteWithContext ¶
func (c *Client) SSLSetBatchCertToSiteWithContext(ctx context.Context, req *SSLSetBatchCertToSiteRequest) (*SSLSetBatchCertToSiteResponse, error)
func (*Client) SiteSetSSL ¶
func (c *Client) SiteSetSSL(req *SiteSetSSLRequest) (*SiteSetSSLResponse, error)
func (*Client) SiteSetSSLWithContext ¶
func (c *Client) SiteSetSSLWithContext(ctx context.Context, req *SiteSetSSLRequest) (*SiteSetSSLResponse, error)
func (*Client) SystemServiceAdmin ¶
func (c *Client) SystemServiceAdmin(req *SystemServiceAdminRequest) (*SystemServiceAdminResponse, error)
func (*Client) SystemServiceAdminWithContext ¶
func (c *Client) SystemServiceAdminWithContext(ctx context.Context, req *SystemServiceAdminRequest) (*SystemServiceAdminResponse, error)
type ConfigSavePanelSSLResponse ¶
type ConfigSavePanelSSLResponse struct {
// contains filtered or unexported fields
}
func (*ConfigSavePanelSSLResponse) GetMessage ¶
func (r *ConfigSavePanelSSLResponse) GetMessage() *string
type SSLCertSaveCertRequest ¶
type SSLCertSaveCertResponse ¶
type SSLCertSaveCertResponse struct {
SSLHash string `json:"ssl_hash"`
// contains filtered or unexported fields
}
func (*SSLCertSaveCertResponse) GetMessage ¶
func (r *SSLCertSaveCertResponse) GetMessage() *string
type SSLSetBatchCertToSiteRequest ¶
type SSLSetBatchCertToSiteRequest struct {
BatchInfo []*SSLSetBatchCertToSiteRequestBatchInfo `json:"BatchInfo"`
}
type SSLSetBatchCertToSiteResponse ¶
type SSLSetBatchCertToSiteResponse struct {
TotalCount int32 `json:"total"`
SuccessCount int32 `json:"success"`
FailedCount int32 `json:"faild"`
// contains filtered or unexported fields
}
func (*SSLSetBatchCertToSiteResponse) GetMessage ¶
func (r *SSLSetBatchCertToSiteResponse) GetMessage() *string
type SiteSetSSLRequest ¶
type SiteSetSSLResponse ¶
type SiteSetSSLResponse struct {
// contains filtered or unexported fields
}
func (*SiteSetSSLResponse) GetMessage ¶
func (r *SiteSetSSLResponse) GetMessage() *string
type SystemServiceAdminResponse ¶
type SystemServiceAdminResponse struct {
// contains filtered or unexported fields
}
func (*SystemServiceAdminResponse) GetMessage ¶
func (r *SystemServiceAdminResponse) GetMessage() *string
Click to show internal directories.
Click to hide internal directories.