| 123 | } |
| 124 | |
| 125 | type defaultChecker struct{} |
| 126 | |
| 127 | func (defaultChecker) DERP(ctx context.Context, opts *derphealth.ReportOptions) healthsdk.DERPHealthReport { |
| 128 | var report derphealth.Report |
nothing calls this directly
no outgoing calls
no test coverage detected