Versions in this module Expand all Collapse all v1 v1.0.2 Jul 4, 2018 Changes in this version + type TestHandler struct + DataDownPayloadChan chan handler.DataDownPayload + SendACKNotificationChan chan handler.ACKNotification + SendDataUpChan chan handler.DataUpPayload + SendErrorNotificationChan chan handler.ErrorNotification + SendJoinNotificationChan chan handler.JoinNotification + func NewTestHandler() *TestHandler + func (t *TestHandler) Close() error + func (t *TestHandler) DataDownChan() chan handler.DataDownPayload + func (t *TestHandler) SendACKNotification(payload handler.ACKNotification) error + func (t *TestHandler) SendDataUp(payload handler.DataUpPayload) error + func (t *TestHandler) SendErrorNotification(payload handler.ErrorNotification) error + func (t *TestHandler) SendJoinNotification(payload handler.JoinNotification) error