Documentation ¶
Index ¶
Constants ¶
View Source
const ID = "health"
ID declares the public service name
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Address to listen on Address string }
Config configures the health service
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service to serve an endpoint for checking the health of the worker pool
Click to show internal directories.
Click to hide internal directories.