Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ drpcTailnetClient
Struct
drpcTailnetClient
tailnet/proto/tailnet_drpc.pb.go:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
type
drpcTailnetClient
struct
{
49
cc drpc.Conn
50
}
51
52
func
NewDRPCTailnetClient(cc drpc.Conn) DRPCTailnetClient {
53
return
&drpcTailnetClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected