Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQTTClient ¶
type MQTTClient struct {
// contains filtered or unexported fields
}
func StartNewMQTTClient ¶
func StartNewMQTTClient(opts *MQTTOptions) (*MQTTClient, error)
func (*MQTTClient) PublishMessage ¶
func (mqttClient *MQTTClient) PublishMessage(topic string, message string)
type MQTTOptions ¶
type MQTTOptions struct {
// contains filtered or unexported fields
}
func ParseConfig ¶
func ParseConfig(config config.MQTTConfig) (*MQTTOptions, error)
Click to show internal directories.
Click to hide internal directories.