state

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

State is the sequence of states a Coordinator may be in.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State int

State is the sequence of states a Coordinator may be in.

const (
	// Uninitialized is the state of a Coordinator before it has been initialized.
	Uninitialized State = iota
	// Recovery indicates that the Coordinator requires manual recovery.
	Recovery
	// AcceptingManifest indicates that the Coordinator is waiting for a manifest.
	AcceptingManifest
	// AcceptingMarbles is the final state of the Coordinator.
	// It indicates that the Coordinator is ready accept marbles to activate.
	AcceptingMarbles
	// Max is the maximum value of the State enum.
	Max
)

Jump to

Keyboard shortcuts

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