Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ drpcAgentClient
Struct
drpcAgentClient
agent/proto/agent_drpc.pb.go:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
type
drpcAgentClient
struct
{
63
cc drpc.Conn
64
}
65
66
func
NewDRPCAgentClient(cc drpc.Conn) DRPCAgentClient {
67
return
&drpcAgentClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected