code to create and delete groupMmber collection in DB
This commit is contained in:
@@ -5,7 +5,8 @@ option go_package = "git.coopgo.io/coopgo-platform/groups-management/grpcapi";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
message GroupMember {
|
||||
string memberid = 1;
|
||||
string groupid = 2;
|
||||
google.protobuf.Struct data = 3;
|
||||
string id = 1;
|
||||
string memberid = 2;
|
||||
string groupid = 3;
|
||||
google.protobuf.Struct data = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user