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

Struct testChecker

coderd/healthcheck/healthcheck_test.go:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type testChecker struct {
18 DERPReport healthsdk.DERPHealthReport
19 AccessURLReport healthsdk.AccessURLReport
20 WebsocketReport healthsdk.WebsocketReport
21 DatabaseReport healthsdk.DatabaseReport
22 WorkspaceProxyReport healthsdk.WorkspaceProxyReport
23 ProvisionerDaemonsReport healthsdk.ProvisionerDaemonsReport
24}
25
26func (c *testChecker) DERP(context.Context, *derphealth.ReportOptions) healthsdk.DERPHealthReport {
27 return c.DERPReport

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected