| 15 | ) |
| 16 | |
| 17 | type 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 | |
| 26 | func (c *testChecker) DERP(context.Context, *derphealth.ReportOptions) healthsdk.DERPHealthReport { |
| 27 | return c.DERPReport |
nothing calls this directly
no outgoing calls
no test coverage detected