| 56 | } |
| 57 | |
| 58 | type NodeReport struct { |
| 59 | healthsdk.DERPNodeReport |
| 60 | mu sync.Mutex |
| 61 | clientCounter int |
| 62 | derpTLSConfig *tls.Config |
| 63 | } |
| 64 | |
| 65 | func (r *Report) Run(ctx context.Context, opts *ReportOptions) { |
| 66 | r.Healthy = true |
nothing calls this directly
no outgoing calls
no test coverage detected