MCPcopy Index your code
hub / github.com/coder/coder / DERPFromDRPCWrapper

Struct DERPFromDRPCWrapper

tailnet/convert.go:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306type DERPFromDRPCWrapper struct {
307 Client proto.DRPCTailnet_StreamDERPMapsClient
308}
309
310func (w *DERPFromDRPCWrapper) Close() error {
311 return w.Client.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected