//
pkg.gl
Category
github.com/magodo/go_snippet
state_machine
failover
package
0.0.0-20211024143448-7790f7a4afdd
Repository:
https://github.com/magodo/go_snippet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
138 SLOC
#
Functions
NewStateMachine
No description provided by the author
#
Structs
DummyActor
No description provided by the author
StateMachine
No description provided by the author
#
Interfaces
Actor
Actor abstract all actions during failover, meant to be implemented by different DB.
State
State represents each state during failover.
#
Type aliases
StateNormal
NORMAL STATE.
StatePostFailover
POST_FAILOVER STATE.
StatePreFailover
PRE_FAILOVER STATE.