Documentation ¶
Index ¶
- type HufuClient
- func (c *HufuClient) DisableLogger()
- func (c *HufuClient) Encrypt(request *hufu.EncryptRequest) (*hufu.EncryptResponse, error)
- func (c *HufuClient) ModifyRouterByLower(request *hufu.ModifyRouterByLowerRequest) (*hufu.ModifyRouterByLowerResponse, error)
- func (c *HufuClient) QueryApis(request *hufu.QueryApisRequest) (*hufu.QueryApisResponse, error)
- func (c *HufuClient) SetConfig(config *core.Config)
- func (c *HufuClient) SetLogger(logger core.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HufuClient ¶
type HufuClient struct {
core.JDCloudClient
}
func NewHufuClient ¶
func NewHufuClient(credential *core.Credential) *HufuClient
func (*HufuClient) DisableLogger ¶
func (c *HufuClient) DisableLogger()
func (*HufuClient) Encrypt ¶
func (c *HufuClient) Encrypt(request *hufu.EncryptRequest) (*hufu.EncryptResponse, error)
加密
func (*HufuClient) ModifyRouterByLower ¶
func (c *HufuClient) ModifyRouterByLower(request *hufu.ModifyRouterByLowerRequest) (*hufu.ModifyRouterByLowerResponse, error)
下游更新路由信息
func (*HufuClient) QueryApis ¶
func (c *HufuClient) QueryApis(request *hufu.QueryApisRequest) (*hufu.QueryApisResponse, error)
查询api列表
func (*HufuClient) SetConfig ¶
func (c *HufuClient) SetConfig(config *core.Config)
func (*HufuClient) SetLogger ¶
func (c *HufuClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.