Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BindCdnCertRequest ¶
type BindCdnCertResponse ¶
type BindCdnCertResponse struct {
BaseResponse
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) BindCdnCertWithDomain ¶
func (c *Client) BindCdnCertWithDomain(certId int64, domain string) (*BindCdnCertResponse, error)
func (*Client) BindCdnCertWithDomainId ¶
func (c *Client) BindCdnCertWithDomainId(certId int64, domainId int64) (*BindCdnCertResponse, error)
func (*Client) UploadCdnCert ¶
func (c *Client) UploadCdnCert(note, cert, private string) (*UploadCdnCertResponse, error)
type UploadCdnCertRequest ¶
type UploadCdnCertResponse ¶
type UploadCdnCertResponse struct { BaseResponse Data *UploadCdnCertResponseData `json:"data,omitempty"` }
type UploadCdnCertResponseData ¶
type UploadCdnCertResponseData struct {
Id int64 `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.