major changes
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 43s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m43s

This commit is contained in:
matst80
2025-12-04 20:56:54 +01:00
parent 6d5358b53b
commit f67eeb3c49
21 changed files with 572 additions and 242 deletions

View File

@@ -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.