Documentation
¶
Index ¶
- type CdnClient
- func (c *CdnClient) GetDomainList(request *cdn.GetDomainListRequest) (*cdn.GetDomainListResponse, error)
- func (c *CdnClient) QueryDomainConfig(request *cdn.QueryDomainConfigRequest) (*cdn.QueryDomainConfigResponse, error)
- func (c *CdnClient) SetHttpType(request *cdn.SetHttpTypeRequest) (*cdn.SetHttpTypeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdnClient ¶
type CdnClient struct {
core.JDCloudClient
}
This is a partial copy of https://github.com/jdcloud-api/jdcloud-sdk-go/blob/master/services/cdn/client/CdnClient.go to lightweight the vendor packages in the built binary.
func NewCdnClient ¶
func NewCdnClient(credential *core.Credential) *CdnClient
func (*CdnClient) GetDomainList ¶
func (c *CdnClient) GetDomainList(request *cdn.GetDomainListRequest) (*cdn.GetDomainListResponse, error)
func (*CdnClient) QueryDomainConfig ¶
func (c *CdnClient) QueryDomainConfig(request *cdn.QueryDomainConfigRequest) (*cdn.QueryDomainConfigResponse, error)
func (*CdnClient) SetHttpType ¶
func (c *CdnClient) SetHttpType(request *cdn.SetHttpTypeRequest) (*cdn.SetHttpTypeResponse, error)
Click to show internal directories.
Click to hide internal directories.