Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ genClient
Struct
genClient
internal/remote/gen_grpc.pb.go:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
genClient
struct
{
29
cc grpc.ClientConnInterface
30
}
31
32
func
NewGenClient(cc grpc.ClientConnInterface) GenClient {
33
return
&genClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected