package entry

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/driver/cluster/balancer/conn/entry"

Index

Types

type Entry

type Entry struct {
	Conn   conn.Conn
	Handle balancer.Element

	Info info.Info
}

Entry represents inserted into the cluster connection.

func (*Entry) InsertInto

func (c *Entry) InsertInto(b balancer.Balancer)

func (*Entry) RemoveFrom

func (c *Entry) RemoveFrom(b balancer.Balancer)

Source Files

entry.go

Version
v3.0.2
Published
Oct 22, 2021
Platform
darwin/amd64
Imports
3 packages
Last checked
2 seconds ago

Tools for package owners.