package
0.27.274
Repository: https://github.com/effective-security/porto.git
Documentation: pkg.go.dev

# Functions

NewServiceStatusVerifier is a http.Handler that checks if the service is ready to serve, and if so, chain the Delegate handler, otherwise call's the Error handler it returns an error.

# Structs

ServiceReadyVerifier is a http.Handler that checks if the service is ready to serve, and if so, chain the Delegate handler, otherwise call's the Error handler.

# Interfaces

ServiceStatus specifies an interface to check if the service is ready to serve requests.