Add metadata to groups
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
This commit is contained in:
@@ -6,7 +6,8 @@ import "google/protobuf/struct.proto";
|
||||
|
||||
message Group {
|
||||
string id = 1;
|
||||
string namespace = 2;
|
||||
string namespace = 2;
|
||||
repeated string members = 3;
|
||||
google.protobuf.Struct data = 4;
|
||||
google.protobuf.Struct metadata = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user