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.42.12
Published
Mar 3, 2023
Platform
windows/amd64
Imports
1 packages
Last checked
1 second ago

Tools for package owners.