Versions in this module Expand all Collapse all v1 v1.0.6 Nov 2, 2024 v1.0.5 Nov 2, 2024 Changes in this version + var ErrClient = errors.New("client is not connected") + var ErrConnect = errors.New("connection failed") + var ErrConsumeToken = errors.New("invalid consume token") + var ErrPublish = errors.New("publish failure") + var ErrState = errors.New("invalid state") + var ErrSubscribe = errors.New("subscribe failure") + var ErrTimeout = errors.New("operation timeout") + var ErrTimeoutToLong = errors.New("timeout value is too large") + type MqttAPI struct + func (m *MqttAPI) Exports() modules.Exports + type RootModule struct + func (*RootModule) NewModuleInstance(vu modules.VU) modules.Instance Other modules containing this package github.com/7node/xk6-mqtt/v2