We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc332e commit 90804f3Copy full SHA for 90804f3
pkg/schema/remote.go
@@ -47,7 +47,7 @@ type remoteClient struct {
47
getOpts []ttlcache.Option[cacheKey, *sdcpb.GetSchemaResponse]
48
}
49
50
-func NewRemoteClient(cc *grpc.ClientConn, cacheConfig *config.RemoteSchemaCache) Client {
+func NewRemoteClient(cc grpc.ClientConnInterface, cacheConfig *config.RemoteSchemaCache) Client {
51
// no cache
52
if cacheConfig == nil {
53
return &remoteClient{
0 commit comments