package config

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

Index

Types

type Config

type Config struct {
	IsPreferConn  PreferConnFunc
	AllowFalback  bool
	SingleConn    bool
	DetectlocalDC bool
}

type Info

type Info struct {
	SelfLocation string
}

type PreferConnFunc

type PreferConnFunc func(info Info, c conn.Conn) bool

Source Files

routerconfig.go

Version
v3.38.2
Published
Sep 26, 2022
Platform
windows/amd64
Imports
1 packages
Last checked
13 minutes ago

Tools for package owners.