package list

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/balancer/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(cc conn.Conn) *Element

func (*List) Remove

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

Source Files

list.go

Version
v3.14.4
Published
Mar 14, 2022
Platform
linux/amd64
Imports
2 packages
Last checked
1 minute ago

Tools for package owners.