6 lines
110 B
Protocol Buffer
6 lines
110 B
Protocol Buffer
|
package protobuf;
|
||
|
|
||
|
message ProtoRequestVoteResponse {
|
||
|
required uint64 Term=1;
|
||
|
required bool VoteGranted=2;
|
||
|
}
|