Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRequestTimeout = errors.New("request timeout")
)
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler is the struct providing a request/response functionality for the paho MQTT v5 client
func NewHandler ¶
func NewHandler(ctx context.Context, in HandlerInput) (*Handler, error)
Click to show internal directories.
Click to hide internal directories.