package
0.0.0-20240919055052-f3daec472ede
Repository: https://github.com/nathan-osman/sensorpi.git
Documentation: pkg.go.dev

# Functions

Create attempts to create a new plugin instance.
Register registers a plugin in the global plugin map.

# Interfaces

InputPlugin represents a plugin that reads from a sensor.
OutputPlugin represents a plugin that does something with data.
TriggerPlugin represents a plugin that notifies when an event occurs.

# Type aliases

FactoryFn provides a method for initializing a plugin.