package
0.0.11
Repository: https://github.com/saucelabs/webserver.git
Documentation: pkg.go.dev

# Functions

Liveness indicates the server is up, and running.
Metrics serves metrics.
New is `Handler` factory.
NewReadinessDeterminer is the Readiness factory.
OK replies with `200` status code, and "OK" in the body.
Readiness indicates the server is up, running, and ready to work.
Stop allows the server to be remotely, and gracefully stopped.

# Structs

Handler definition.
ReadinessDeterminer definition.