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.
2 parents 1dc332e + 90804f3 commit 4fd1fdfCopy full SHA for 4fd1fdf
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