mqtt

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const MODULE = "mqtt"

Variables

View Source
var Client paho.Client

Functions

func Publish

func Publish(topic string, payload any) paho.Token

func Shutdown

func Shutdown() error

func Startup

func Startup() error

func Subscribe

func Subscribe(filter string, cb func(topic string, payload []byte)) paho.Token

func SubscribeExt

func SubscribeExt[T any](filter string, cb func(topic string, value *T))

func SubscribeStruct

func SubscribeStruct[T any](filter string, cb func(topic string, data *T)) paho.Token

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL