Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.2.0
type Options struct {
Logger logrus.FieldLogger
TimerOpts timer.Options
MessageQueueOpts mq.Options
}
func DefaultOptions ¶ added in v0.4.0
func DefaultOptions() Options
func (Options) WithLogLevel ¶ added in v0.4.0
func (Options) WithLogOutput ¶ added in v0.4.0
type Replica ¶
type Replica struct {
// contains filtered or unexported fields
}
A Replica represents one Process in a replicated state machine that is bound to a specific Shard. It signs Messages before sending them to other Replicas, and verifies Messages before accepting them from other Replicas.
Click to show internal directories.
Click to hide internal directories.