package
0.0.1290
Repository: https://github.com/jenkins-x/lighthouse-client.git
Documentation: pkg.go.dev

# Functions

Context returns a context that stays is cancelled when an interrupt hits.
ListenAndServe runs the HTTP server and handles shutting it down gracefully on interrupts.
ListenAndServeTLS runs the HTTP server and handles shutting it down gracefully on interrupts.
Run will do work until an interrupt is received, then signal the worker.
Tick will do work on a dynamically determined interval until an interrupt is received.
TickLiteral runs Tick with an unchanging interval.
WaitForGracefulShutdown waits until all registered servers and workers have had time to gracefully shut down, or times out.