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

Struct NodeReport

coderd/healthcheck/derphealth/derp.go:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected