Documentation
¶
Index ¶
- type EidClient
- func (c *EidClient) Device(request *eid.DeviceRequest) (*eid.DeviceResponse, error)
- func (c *EidClient) DisableLogger()
- func (c *EidClient) EidScore(request *eid.EidScoreRequest) (*eid.EidScoreResponse, error)
- func (c *EidClient) SetConfig(config *core.Config)
- func (c *EidClient) SetLogger(logger core.Logger)
- func (c *EidClient) Vttok(request *eid.VttokRequest) (*eid.VttokResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EidClient ¶
type EidClient struct {
core.JDCloudClient
}
func NewEidClient ¶
func NewEidClient(credential *core.Credential) *EidClient
func (*EidClient) Device ¶
func (c *EidClient) Device(request *eid.DeviceRequest) (*eid.DeviceResponse, error)
设备信息上报
func (*EidClient) DisableLogger ¶
func (c *EidClient) DisableLogger()
func (*EidClient) EidScore ¶
func (c *EidClient) EidScore(request *eid.EidScoreRequest) (*eid.EidScoreResponse, error)
获取设备评分
func (*EidClient) Vttok ¶
func (c *EidClient) Vttok(request *eid.VttokRequest) (*eid.VttokResponse, error)
策略下发
Click to show internal directories.
Click to hide internal directories.