domain

package
v0.0.0-...-d591811 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

View Source
const (
	Joining WsrepLocalState = iota + 1 // https://splice.com/blog/iota-elegant-constants-golang/
	DonorDesynced
	Joined
	Synced

	JoiningString       = WsrepLocalStateComment("Joining")
	DonorDesyncedString = WsrepLocalStateComment("Donor/Desynced")
	JoinedString        = WsrepLocalStateComment("Joined")
	SyncedString        = WsrepLocalStateComment("Synced")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DBState

type DBState struct {
	WsrepLocalIndex uint
	WsrepLocalState WsrepLocalState
	ReadOnly        bool
}

type WsrepLocalState

type WsrepLocalState uint

func (WsrepLocalState) Comment

type WsrepLocalStateComment

type WsrepLocalStateComment string

Jump to

Keyboard shortcuts

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