Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PulseHandler ¶
func PulseHandler(rw http.ResponseWriter, req *http.Request)
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.
Types ¶
type Config ¶ added in v0.0.9
Config is a struct used to pass in configuration from the calling task
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is our top level type, contains all other components, is responsible for starting and stopping them in the correct order.
Click to show internal directories.
Click to hide internal directories.