domain

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Bulletin

type Bulletin struct {
	Term      uint64
	ReplicaId uuid.UUID
}

type Meta

type Meta struct {
	Id             uuid.UUID
	Name           string
	Host           string
	TimeStart      time.Time
	AvailableRoles set.Set[Role]
	Roles          set.Set[Role]
}

type Role

type Role string
const (
	Master Role = "Master"
	Slave  Role = "Slave"
)

type State

type State struct {
	Score    float32
	Resource *linker.Linker[resource.Type, *resource.Resource]
	Roles    set.Set[Role]
}

type Status

type Status uint8
const (
	Disconnection Status = iota
	Connection
	Ready
)

func (Status) String

func (i Status) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL