MCPcopy Create free account
hub / github.com/eth-easl/dirigent / RequestVoteReply

Struct RequestVoteReply

api/proto/raft.pb.go:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type RequestVoteReply struct {
95 state protoimpl.MessageState
96 sizeCache protoimpl.SizeCache
97 unknownFields protoimpl.UnknownFields
98
99 Term int32 `protobuf:"varint,1,opt,name=Term,proto3" json:"Term,omitempty"`
100 VoteGranted bool `protobuf:"varint,2,opt,name=VoteGranted,proto3" json:"VoteGranted,omitempty"`
101}
102
103func (x *RequestVoteReply) Reset() {
104 *x = RequestVoteReply{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected