package
0.4.3
Repository: https://github.com/decodeproject/iotencoder.git
Documentation: pkg.go.dev

# Functions

NewServer returns a new simple HTTP server.
PulseHandler is the simplest possible handler function - used to expose an endpoint which a load balancer can ping to verify that a node is running and accepting connections.

# Structs

Config is a top level config object.
Server is our top level type, contains all other components, is responsible for starting and stopping them in the correct order.