MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / codegenServiceClient

Struct codegenServiceClient

internal/plugin/codegen_grpc.pb.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type codegenServiceClient struct {
33 cc grpc.ClientConnInterface
34}
35
36func NewCodegenServiceClient(cc grpc.ClientConnInterface) CodegenServiceClient {
37 return &codegenServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected