MCPcopy 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
62type drpcAgentClient struct {
63 cc drpc.Conn
64}
65
66func NewDRPCAgentClient(cc drpc.Conn) DRPCAgentClient {
67 return &drpcAgentClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected