Documentation ¶
Index ¶
- func ToDataHubLogIndex(log *deviceLog.Hub) *dm.HubLogInfo
- func ToDataSdkLogIndex(log *deviceLog.SDK) *dm.SdkLogInfo
- func ToDataSendLogIndex(log *deviceLog.Send) *dm.SendLogInfo
- func ToDataStatusLogIndex(log *deviceLog.Status) *dm.StatusLogInfo
- type EventLogIndexLogic
- type GatewayCanBindIndexLogic
- type HubLogIndexLogic
- type PropertyLogIndexLogic
- type PropertyLogLatestIndexLogic
- type SdkLogIndexLogic
- type SendLogIndexLogic
- type ShadowIndexLogic
- type StatusLogIndexLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToDataHubLogIndex ¶
func ToDataHubLogIndex(log *deviceLog.Hub) *dm.HubLogInfo
func ToDataSendLogIndex ¶
func ToDataSendLogIndex(log *deviceLog.Send) *dm.SendLogInfo
func ToDataStatusLogIndex ¶
func ToDataStatusLogIndex(log *deviceLog.Status) *dm.StatusLogInfo
Types ¶
type EventLogIndexLogic ¶
func NewEventLogIndexLogic ¶
func NewEventLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EventLogIndexLogic
func (*EventLogIndexLogic) EventLogIndex ¶
func (l *EventLogIndexLogic) EventLogIndex(in *dm.EventLogIndexReq) (*dm.EventLogIndexResp, error)
获取设备数据信息
type GatewayCanBindIndexLogic ¶
func NewGatewayCanBindIndexLogic ¶
func NewGatewayCanBindIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GatewayCanBindIndexLogic
func (*GatewayCanBindIndexLogic) GatewayCanBindIndex ¶
func (l *GatewayCanBindIndexLogic) GatewayCanBindIndex(in *dm.GatewayCanBindIndexReq) (*dm.GatewayCanBindIndexResp, error)
获取网关可以绑定的子设备列表
type HubLogIndexLogic ¶
func NewHubLogIndexLogic ¶
func NewHubLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HubLogIndexLogic
func (*HubLogIndexLogic) HubLogIndex ¶
func (l *HubLogIndexLogic) HubLogIndex(in *dm.HubLogIndexReq) (*dm.HubLogIndexResp, error)
获取设备调试信息记录登入登出,操作
type PropertyLogIndexLogic ¶
func NewPropertyLogIndexLogic ¶
func NewPropertyLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PropertyLogIndexLogic
func (*PropertyLogIndexLogic) PropertyLogIndex ¶
func (l *PropertyLogIndexLogic) PropertyLogIndex(in *dm.PropertyLogIndexReq) (*dm.PropertyLogIndexResp, error)
获取设备数据信息
type PropertyLogLatestIndexLogic ¶
func NewPropertyLogLatestIndexLogic ¶
func NewPropertyLogLatestIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PropertyLogLatestIndexLogic
func (*PropertyLogLatestIndexLogic) PropertyLogLatestIndex ¶
func (l *PropertyLogLatestIndexLogic) PropertyLogLatestIndex(in *dm.PropertyLogLatestIndexReq) (*dm.PropertyLogIndexResp, error)
获取设备数据信息
type SdkLogIndexLogic ¶
func NewSdkLogIndexLogic ¶
func NewSdkLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SdkLogIndexLogic
func (*SdkLogIndexLogic) SdkLogIndex ¶
func (l *SdkLogIndexLogic) SdkLogIndex(in *dm.SdkLogIndexReq) (*dm.SdkLogIndexResp, error)
获取设备sdk调试日志
type SendLogIndexLogic ¶
func NewSendLogIndexLogic ¶
func NewSendLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendLogIndexLogic
func (*SendLogIndexLogic) SendLogIndex ¶
func (l *SendLogIndexLogic) SendLogIndex(in *dm.SendLogIndexReq) (*dm.SendLogIndexResp, error)
type ShadowIndexLogic ¶
func NewShadowIndexLogic ¶
func NewShadowIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShadowIndexLogic
func (*ShadowIndexLogic) ShadowIndex ¶
func (l *ShadowIndexLogic) ShadowIndex(in *dm.PropertyLogLatestIndexReq) (*dm.ShadowIndexResp, error)
获取设备影子列表
type StatusLogIndexLogic ¶
func NewStatusLogIndexLogic ¶
func NewStatusLogIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *StatusLogIndexLogic
func (*StatusLogIndexLogic) StatusLogIndex ¶
func (l *StatusLogIndexLogic) StatusLogIndex(in *dm.StatusLogIndexReq) (*dm.StatusLogIndexResp, error)
Click to show internal directories.
Click to hide internal directories.