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.9.4
Published
Feb 11, 2022
Platform
darwin/amd64
Imports
2 packages
Last checked
now

Tools for package owners.