package list

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

Index

Types

type Element

type Element struct {
	Index int
	Conn  conn.Conn
	Info  info.Info
}

type List

type List []*Element

func (*List) Contains

func (cs *List) Contains(x *Element) bool

func (*List) Insert

func (cs *List) Insert(conn conn.Conn, info info.Info) *Element

func (*List) Remove

func (cs *List) Remove(x *Element)

Source Files

list.go

Version
v3.5.2
Published
Jan 3, 2022
Platform
linux/amd64
Imports
2 packages
Last checked
14 minutes ago

Tools for package owners.