MCPcopy Create free account
hub / github.com/coder/coder / Websocket

Method Websocket

coderd/healthcheck/healthcheck.go:104–104  ·  view source on GitHub ↗
(ctx context.Context, opts *WebsocketReportOptions)

Source from the content-addressed store, hash-verified

102 DERP(ctx context.Context, opts *derphealth.ReportOptions) healthsdk.DERPHealthReport
103 AccessURL(ctx context.Context, opts *AccessURLReportOptions) healthsdk.AccessURLReport
104 Websocket(ctx context.Context, opts *WebsocketReportOptions) healthsdk.WebsocketReport
105 Database(ctx context.Context, opts *DatabaseReportOptions) healthsdk.DatabaseReport
106 WorkspaceProxy(ctx context.Context, opts *WorkspaceProxyReportOptions) healthsdk.WorkspaceProxyReport
107 ProvisionerDaemons(ctx context.Context, opts *ProvisionerDaemonsReportDeps) healthsdk.ProvisionerDaemonsReport

Callers 1

RunFunction · 0.65

Implementers 2

defaultCheckercoderd/healthcheck/healthcheck.go
testCheckercoderd/healthcheck/healthcheck_test.go

Calls

no outgoing calls

Tested by

no test coverage detected