Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VodClient ¶
type VodClient struct {
core.JDCloudClient
}
This is a partial copy of https://github.com/jdcloud-api/jdcloud-sdk-go/blob/master/services/vod/client/VodClient.go to lightweight the vendor packages in the built binary.
func NewVodClient ¶
func NewVodClient(credential *core.Credential) *VodClient
func (*VodClient) GetHttpSsl ¶
func (c *VodClient) GetHttpSsl(request *vod.GetHttpSslRequest) (*vod.GetHttpSslResponse, error)
func (*VodClient) ListDomains ¶
func (c *VodClient) ListDomains(request *vod.ListDomainsRequest) (*vod.ListDomainsResponse, error)
func (*VodClient) SetHttpSsl ¶
func (c *VodClient) SetHttpSsl(request *vod.SetHttpSslRequest) (*vod.SetHttpSslResponse, error)
Click to show internal directories.
Click to hide internal directories.