comm

package
v0.0.0-...-94e5b1b Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MQTTPublish

type MQTTPublish struct {
	In <-chan string
	// contains filtered or unexported fields
}

func NewMQTTPublish

func NewMQTTPublish(logger *zap.SugaredLogger, client mqtt.Client, topic string) *MQTTPublish

func (*MQTTPublish) Process

func (m *MQTTPublish) Process()

type MQTTReceive

type MQTTReceive struct {
	Out chan<- string
	// contains filtered or unexported fields
}

func NewMQTTReceive

func NewMQTTReceive(logger *zap.SugaredLogger, client mqtt.Client, topic string) *MQTTReceive

func (*MQTTReceive) Process

func (m *MQTTReceive) Process()

Jump to

Keyboard shortcuts

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