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

Struct drpcAgentSocketClient

agent/agentsocket/proto/agentsocket_drpc.pb.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type drpcAgentSocketClient struct {
52 cc drpc.Conn
53}
54
55func NewDRPCAgentSocketClient(cc drpc.Conn) DRPCAgentSocketClient {
56 return &drpcAgentSocketClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected