Versions in this module Expand all Collapse all v1 v1.1.0 Nov 1, 2021 v1.0.0 Oct 27, 2021 Changes in this version + type DeviceInfo struct + DeviceName string + DeviceSecret string + IotId string + Nickname string + ProductKey string + func DeviceInfoFrom(data iot.Data) (*DeviceInfo, error) + type DeviceList struct + List []iot.DeviceInfo + NextToken string + Page int + PageCount int + PageSize int + func FromQueryDeviceResponse(res *iot.QueryDeviceResponse) (*DeviceList, error)