MCPcopy
hub / github.com/sqlc-dev/sqlc / quickClient

Struct quickClient

internal/quickdb/v1/quickdb_grpc.pb.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type quickClient struct {
41 cc grpc.ClientConnInterface
42}
43
44func NewQuickClient(cc grpc.ClientConnInterface) QuickClient {
45 return &quickClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected