Documentation ¶
Index ¶
- type PortalClient
- func (c *PortalClient) DescribeProduct(request *portal.DescribeProductRequest) (*portal.DescribeProductResponse, error)
- func (c *PortalClient) DescribeProductsById(request *portal.DescribeProductsByIdRequest) (*portal.DescribeProductsByIdResponse, error)
- func (c *PortalClient) SetConfig(config *core.Config)
- func (c *PortalClient) SetLogger(logger core.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PortalClient ¶
type PortalClient struct {
core.JDCloudClient
}
func NewPortalClient ¶
func NewPortalClient(credential *core.Credential) *PortalClient
func (*PortalClient) DescribeProduct ¶
func (c *PortalClient) DescribeProduct(request *portal.DescribeProductRequest) (*portal.DescribeProductResponse, error)
查询产品的详细信息
func (*PortalClient) DescribeProductsById ¶
func (c *PortalClient) DescribeProductsById(request *portal.DescribeProductsByIdRequest) (*portal.DescribeProductsByIdResponse, error)
产品页列表查询接口
func (*PortalClient) SetConfig ¶
func (c *PortalClient) SetConfig(config *core.Config)
func (*PortalClient) SetLogger ¶
func (c *PortalClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.