| 92 | } |
| 93 | |
| 94 | type 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 | |
| 103 | func (x *RequestVoteReply) Reset() { |
| 104 | *x = RequestVoteReply{} |
nothing calls this directly
no outgoing calls
no test coverage detected