package driver

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

Index

Functions

func New

func New(
	config config.Config,
	meta meta.Meta,
	doGet func(ctx context.Context) (conn conn.Conn, err error),
	doPessimize func(ctx context.Context, endpoint endpoint.Endpoint) error,
	doClose func(ctx context.Context) error,
) *driver

Source Files

driver.go driver_as_cluster.go

Version
v3.6.2
Published
Jan 10, 2022
Platform
linux/amd64
Imports
8 packages
Last checked
1 hour ago

Tools for package owners.