major changes
This commit is contained in:
@@ -81,8 +81,15 @@ message GetReply {
|
||||
google.protobuf.Any grain = 1;
|
||||
}
|
||||
|
||||
message MutationResult {
|
||||
string type = 1;
|
||||
google.protobuf.Any message = 2;
|
||||
optional string error = 3;
|
||||
}
|
||||
|
||||
message ApplyResult {
|
||||
bool accepted = 1;
|
||||
google.protobuf.Any state = 1;
|
||||
repeated MutationResult mutations = 2;
|
||||
}
|
||||
|
||||
// ControlPlane defines cluster coordination and ownership operations.
|
||||
|
||||
Reference in New Issue
Block a user