mqtt

package
v0.7.21 Latest Latest
Warning

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

Go to latest
Published: May 21, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Conf Config
	mqtt.Client
}

func (*Client) Close

func (c *Client) Close() error

func (*Client) Config

func (c *Client) Config() any

func (*Client) Init

func (c *Client) Init() error

type Config

type Config struct {
	*mqtt.ClientOptions
	Brokers    []string
	CAFile     string `json:"ca_file,omitempty"`
	ServerName string
}

func (*Config) AfterInject

func (c *Config) AfterInject()

func (*Config) BeforeInject

func (c *Config) BeforeInject()

func (*Config) Build

func (c *Config) Build() (mqtt.Client, error)

func (*Config) Init

func (c *Config) Init() *Config

Jump to

Keyboard shortcuts

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