package config

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

Index

Types

type Config

type Config struct {
	Filter          Filter
	AllowFallback   bool
	SingleConn      bool
	DetectNearestDC bool
}

func (Config) String

func (c Config) String() string

type Filter

type Filter interface {
	Allow(info Info, e endpoint.Info) bool
	String() string
}

type Info

type Info struct {
	SelfLocation string
}

Source Files

routerconfig.go

Version
v3.108.0 (latest)
Published
Apr 21, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
17 minutes ago

Tools for package owners.