more
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 36s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m29s

This commit is contained in:
matst80
2025-11-28 14:33:26 +01:00
parent 47e69f18a5
commit 330093bdec
13 changed files with 200 additions and 184 deletions

View File

@@ -5,6 +5,7 @@ package messages;
option go_package = "git.k6n.net/go-cart-actor/proto;messages";
import "messages.proto";
import "google/protobuf/any.proto";
// -----------------------------------------------------------------------------
// Control Plane gRPC API
@@ -70,7 +71,7 @@ message ExpiryAnnounce {
message ApplyRequest {
uint64 id = 1;
repeated Mutation messages = 2;
repeated google.protobuf.Any messages = 2;
}
message ApplyResult {