Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForListDeviceAlarms ¶
func GenReqDefForListDeviceAlarms() *def.HttpRequestDef
func GenReqDefForListDevices ¶
func GenReqDefForListDevices() *def.HttpRequestDef
func HiLensClientBuilder ¶
func HiLensClientBuilder() *http_client.HcHttpClientBuilder
Types ¶
type HiLensClient ¶
type HiLensClient struct {
HcClient *http_client.HcHttpClient
}
func NewHiLensClient ¶
func NewHiLensClient(hcClient *http_client.HcHttpClient) *HiLensClient
func (*HiLensClient) ListDeviceAlarms ¶
func (c *HiLensClient) ListDeviceAlarms(request *model.ListDeviceAlarmsRequest) (*model.ListDeviceAlarmsResponse, error)
获取设备告警列表
func (*HiLensClient) ListDevices ¶
func (c *HiLensClient) ListDevices(request *model.ListDevicesRequest) (*model.ListDevicesResponse, error)
获取设备列表
Click to show internal directories.
Click to hide internal directories.