package icluster

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/cluster/icluster"

Index

Types

type Cluster

type Cluster interface {
	// ClientConnInterface interface allows Cluster use as grpc.ClientConnInterface
	// with lazy getting raw grpc-connection in Invoke() or NewStream() stages.
	// Lazy getting grpc-connection must use for embedded client-side balancing
	// DB may be put into code-generated client constructor as is.
	grpc.ClientConnInterface
	closer.Closer
}

Source Files

cluster.go

Version
v3.7.2
Published
Jan 17, 2022
Platform
darwin/amd64
Imports
2 packages
Last checked
1 second ago

Tools for package owners.