cluster

package
v0.0.0-...-c613a25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	// contains filtered or unexported fields
}

func (Cluster) JoinCluster

func (c Cluster) JoinCluster(listenPort int, bootstrapNodes []netip.AddrPort)

type MemberlistHandler

type MemberlistHandler struct{}

func (MemberlistHandler) NotifyConflict

func (m MemberlistHandler) NotifyConflict(existing *memberlist.Node, added *memberlist.Node)