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

Struct drpcProvisionerClient

provisionersdk/proto/provisioner_drpc.pb.go:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type drpcProvisionerClient struct {
45 cc drpc.Conn
46}
47
48func NewDRPCProvisionerClient(cc drpc.Conn) DRPCProvisionerClient {
49 return &drpcProvisionerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected