Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@raft_SendVoteResponse.hrl
Raw

include/aarondb@raft_SendVoteResponse.hrl

-record(send_vote_response, {
to :: gleam@erlang@process:pid_(),
term :: integer(),
granted :: boolean()
}).