MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / HealthChecker

Interface HealthChecker

pkg/modules/api/api.go:170–173  ·  view source on GitHub ↗

HealthChecker is a module interface that allows adding health checks to the API. See https://github.com/alexliesenfeld/health for more details.

Source from the content-addressed store, hash-verified

168//
169// See https://github.com/alexliesenfeld/health for more details.
170type HealthChecker interface {
171 Checks() ([]health.CheckerOption, error)
172 Ready() error
173}
174
175// AsynchronousCounter is a module interface that returns the number of active
176// asynchronous requests.

Callers 1

ProvisionMethod · 0.65

Implementers 3

HealthCheckerMockpkg/modules/api/mocks.go
Chromiumpkg/modules/chromium/chromium.go
Apipkg/modules/libreoffice/api/api.go

Calls

no outgoing calls

Tested by

no test coverage detected