Documentation ¶
Index ¶
- type ConnectLogic
- type DisConnectLogic
- type LogicHandle
- type PublishLogic
- func (l *PublishLogic) Handle(msg *types.Elements) error
- func (l *PublishLogic) HandleAction(msg *types.Elements) error
- func (l *PublishLogic) HandleDefault(msg *types.Elements) error
- func (l *PublishLogic) HandleEvent(msg *types.Elements) error
- func (l *PublishLogic) HandleOta(msg *types.Elements) error
- func (l *PublishLogic) HandleProperty(msg *types.Elements) error
- func (l *PublishLogic) HandleThing(msg *types.Elements) error
- func (l *PublishLogic) StatusResp(Method, clientToken string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectLogic ¶
type DisConnectLogic ¶
type LogicHandle ¶
func NewConnectLogic ¶
func NewConnectLogic(ctx context.Context, svcCtx *svc.ServiceContext) LogicHandle
func NewDisConnectLogic ¶
func NewDisConnectLogic(ctx context.Context, svcCtx *svc.ServiceContext) LogicHandle
func NewPublishLogic ¶
func NewPublishLogic(ctx context.Context, svcCtx *svc.ServiceContext) LogicHandle
type PublishLogic ¶
func (*PublishLogic) HandleAction ¶
func (l *PublishLogic) HandleAction(msg *types.Elements) error
func (*PublishLogic) HandleDefault ¶
func (l *PublishLogic) HandleDefault(msg *types.Elements) error
func (*PublishLogic) HandleEvent ¶
func (l *PublishLogic) HandleEvent(msg *types.Elements) error
func (*PublishLogic) HandleProperty ¶
func (l *PublishLogic) HandleProperty(msg *types.Elements) error
func (*PublishLogic) HandleThing ¶
func (l *PublishLogic) HandleThing(msg *types.Elements) error
func (*PublishLogic) StatusResp ¶
func (l *PublishLogic) StatusResp(Method, clientToken string, err error)
Click to show internal directories.
Click to hide internal directories.