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

Struct drpcProvisionerDaemonClient

provisionerd/proto/provisionerd_drpc.pb.go:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type drpcProvisionerDaemonClient struct {
53 cc drpc.Conn
54}
55
56func NewDRPCProvisionerDaemonClient(cc drpc.Conn) DRPCProvisionerDaemonClient {
57 return &drpcProvisionerDaemonClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected