Add metadate management in grpc
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m7s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m7s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user