package driver
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/driver"
Index ¶
- func ContextCallInfo(ctx context.Context) (info callInfo, ok bool)
- func New( config config.Config, meta meta.Meta, get func(ctx context.Context) (conn conn.Conn, err error), pessimize func(ctx context.Context, endpoint endpoint.Endpoint) error, close func(ctx context.Context) error, ) *driver
- func WithCallInfo(ctx context.Context, info callInfo) context.Context
Functions ¶
func ContextCallInfo ¶
func New ¶
func New( config config.Config, meta meta.Meta, get func(ctx context.Context) (conn conn.Conn, err error), pessimize func(ctx context.Context, endpoint endpoint.Endpoint) error, close func(ctx context.Context) error, ) *driver
func WithCallInfo ¶
Source Files ¶
context.go driver.go driver_as_cluster.go
Directories ¶
- Version
- v3.2.7
- Published
- Nov 2, 2021
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 1 second ago –
Tools for package owners.