internal

package
v0.0.0-...-519a192 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Configuration *configuration

Configuration parsed configuration struct.

View Source
var Logger *logging.Logger

Logger used by housekeeper to print to console and log file.

Functions

func PublishMQTTMessage

func PublishMQTTMessage(topic string, payload string)

func StartMQTTserver

func StartMQTTserver() error

func StartWebserver

func StartWebserver() error

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

type S_Hub

type S_Hub struct {
	// contains filtered or unexported fields
}
var Hub *S_Hub

Hub webserver hub for keeping track of connected clients.

type S_MQTTResponse

type S_MQTTResponse struct {
	Topic   string `json:"topic"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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