MCPcopy Create free account
hub / github.com/efficientgo/e2e / Ready

Method Ready

env.go:274–274  ·  view source on GitHub ↗
(runnable Runnable)

Source from the content-addressed store, hash-verified

272
273type ReadinessProbe interface {
274 Ready(runnable Runnable) (err error)
275}
276
277// HTTPReadinessProbe checks readiness by making HTTP or HTTPS call and checking for expected HTTP/HTTPS status code.

Callers 1

ReadyMethod · 0.65

Implementers 4

dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by

no test coverage detected