package
0.0.3
Repository: https://github.com/nixgnehc/infini-framework.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
AppendEntriesRequest is the command used to append entries to the replicated log.
AppendEntriesResponse is the response returned from an AppendEntriesRequest.
No description provided by the author
No description provided by the author
InstallSnapshotRequest is the command sent to a Raft peer to bootstrap its log (and state machine) from a snapshot on another peer.
InstallSnapshotResponse is the response returned from an InstallSnapshotRequest.
Log entries are replicated to all members of the Raft cluster and form the heart of the replicated state machine.
No description provided by the author
No description provided by the author
No description provided by the author
RequestVoteRequest is the command used by a candidate to ask a Raft peer for a vote in an election.
RequestVoteResponse is the response returned from a RequestVoteRequest.

# Interfaces

DiscoveryClient is the client API for Discovery service.
DiscoveryServer is the server API for Discovery service.
MetadataClient is the client API for Metadata service.
MetadataServer is the server API for Metadata service.
RaftClient is the client API for Raft service.
RaftServer is the server API for Raft service.