Initial commit
This commit is contained in:
12
grpcapi/groups.proto
Normal file
12
grpcapi/groups.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.coopgo.io/coopgo-platform/groups-management/grpcapi";
|
||||
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
message Group {
|
||||
string id = 1;
|
||||
string namespace = 2;
|
||||
repeated string members = 3;
|
||||
google.protobuf.Struct data = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user