Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@raft_VoteRequest.hrl
Raw

include/aarondb@raft_VoteRequest.hrl

-record(vote_request, {
term :: integer(),
candidate :: gleam@erlang@process:pid_()
}).