struct Raft::RPC::InstallSnapshotResponse

Overview

Response to an InstallSnapshot RPC.

Defined in:

raft/rpc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(term : UInt64) #

[View source]

Instance Method Detail

def term : UInt64 #

The responder's current term.


[View source]
def type : Type #

[View source]