Add metadate management in grpc
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m7s

This commit is contained in:
Arnaud Delcasse
2026-01-14 00:38:18 +01:00
parent 44f5a3d182
commit bc7ba530d4
3 changed files with 46 additions and 11 deletions

View File

@@ -6,9 +6,10 @@ import "google/protobuf/struct.proto";
message Account {
string id = 1;
string namespace = 2;
string namespace = 2;
AccountAuth authentication = 3;
google.protobuf.Struct data = 4;
google.protobuf.Struct metadata = 5;
}
message AccountAuth {