verdict

package
v22.11.9 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum int

Enum tells the choice made by an Arbiter, to retry or not

const (
	// Done tells the arbiter decided the last retry succeeded
	Done Enum = iota
	// Retry tells the arbiter decided to execute the next retry
	Retry
	// Abort tells the arbiter decided something wrong occurred; the Action must stop with error
	Abort
	// Undecided tells the arbiter to skip this opinion
	Undecided
)

Jump to

Keyboard shortcuts

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