protodoc.io
Project wenweihu86/raft-java
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
raft
service
service
GetRequest
GetResponse
SetRequest
SetResponse
package
service
Get desktop application:
View/edit binary Protocol Buffers messages
message
GetRequest
example.proto:16
optional
string
key
= 1
message
GetResponse
example.proto:20
optional
string
value
= 1
message
SetRequest
example.proto:7
optional
string
key
= 1
optional
string
value
= 2
message
SetResponse
example.proto:12
optional
bool
success
= 1