Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ServerConfig is the server configuration for the queue store ServerConfig = config.Config{ MQTT: config.MQTT{ MaxQueuedMsg: 5, InflightExpiry: 2 * time.Second, }, } // ClientID is the client ID used in the queue store ClientID = "cid" // Notifier is the test notifier for the test suite Notifier = &testNotifier{} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.