Versions in this module Expand all Collapse all v0 v0.10.7 Oct 9, 2024 v0.10.6 Oct 6, 2024 Changes in this version + type DeviceMsgServer struct + func NewDeviceMsgServer(svcCtx *svc.ServiceContext) *DeviceMsgServer + func (s *DeviceMsgServer) EventLogIndex(ctx context.Context, in *dm.EventLogIndexReq) (*dm.EventLogIndexResp, error) + func (s *DeviceMsgServer) GatewayCanBindIndex(ctx context.Context, in *dm.GatewayCanBindIndexReq) (*dm.GatewayCanBindIndexResp, error) + func (s *DeviceMsgServer) HubLogIndex(ctx context.Context, in *dm.HubLogIndexReq) (*dm.HubLogIndexResp, error) + func (s *DeviceMsgServer) PropertyLogIndex(ctx context.Context, in *dm.PropertyLogIndexReq) (*dm.PropertyLogIndexResp, error) + func (s *DeviceMsgServer) PropertyLogLatestIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.PropertyLogIndexResp, error) + func (s *DeviceMsgServer) SdkLogIndex(ctx context.Context, in *dm.SdkLogIndexReq) (*dm.SdkLogIndexResp, error) + func (s *DeviceMsgServer) SendLogIndex(ctx context.Context, in *dm.SendLogIndexReq) (*dm.SendLogIndexResp, error) + func (s *DeviceMsgServer) ShadowIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.ShadowIndexResp, error) + func (s *DeviceMsgServer) StatusLogIndex(ctx context.Context, in *dm.StatusLogIndexReq) (*dm.StatusLogIndexResp, error)