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

Method DRPCConn

tailnet/proto/tailnet_drpc.pb.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38type DRPCTailnetClient interface {
39 DRPCConn() drpc.Conn
40
41 PostTelemetry(ctx context.Context, in *TelemetryRequest) (*TelemetryResponse, error)
42 StreamDERPMaps(ctx context.Context, in *StreamDERPMapsRequest) (DRPCTailnet_StreamDERPMapsClient, error)

Callers 1

DialMethod · 0.65

Implementers 1

drpcTailnetClienttailnet/proto/tailnet_drpc.pb.go

Calls

no outgoing calls

Tested by 1

DialMethod · 0.52