//
pkg.gl
Category
github.com/decodeproject/iotencoder
pkg
server
package
0.4.3
Repository:
https://github.com/decodeproject/iotencoder.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
26
Dependents
0
Files
227 SLOC
#
Functions
NewServer
NewServer returns a new simple HTTP server.
PulseHandler
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
Config is a top level config object.
Server
Server is our top level type, contains all other components, is responsible for starting and stopping them in the correct order.