Imports of package balancer

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/ydb-platform/ydb-go-sdk/v3/config
github.com/ydb-platform/ydb-go-sdk/v3/discovery
github.com/ydb-platform/ydb-go-sdk/v3/internal/balancer/config
github.com/ydb-platform/ydb-go-sdk/v3/internal/conn
github.com/ydb-platform/ydb-go-sdk/v3/internal/discovery
github.com/ydb-platform/ydb-go-sdk/v3/internal/discovery/config
github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint
github.com/ydb-platform/ydb-go-sdk/v3/internal/repeater
github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors
github.com/ydb-platform/ydb-go-sdk/v3/internal/xrand
github.com/ydb-platform/ydb-go-sdk/v3/internal/xsync
github.com/ydb-platform/ydb-go-sdk/v3/trace
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.