MCPcopy Index your code
hub / github.com/coder/coder / failingHealthcheck

Struct failingHealthcheck

coderd/tailnet_test.go:401–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401type failingHealthcheck struct{}
402
403func (failingHealthcheck) Ping(context.Context) (time.Duration, error) {
404 // Simulate a database connection error.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected