Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@raft_VoteResponse.hrl
Raw

include/aarondb@raft_VoteResponse.hrl

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