package
0.0.0-20201207183138-34c5bf1cd2ff
Repository: https://github.com/jakewright/home-automation.git
Documentation: pkg.go.dev

# Functions

Init performs standard service startup tasks and returns a Service.
SetupTest should be called in a TestMain() function to setup the various global state that code relies on.

# Variables

Revision is the service's revision and should be set at build time to the current git commit hash.

# Structs

Opts defines basic initialisation options for a service.
Service represents a collection of processes.

# Interfaces

Process is a long-running task that provides service functionality.