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
	DetectLocalDC 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.77.1
Published
Aug 23, 2024
Platform
darwin/amd64
Imports
3 packages
Last checked
8 seconds ago

Tools for package owners.