groups-management/grpcapi
Arnaud Delcasse 9705c8d898 Filter groups for a specific member 2022-12-05 17:18:01 +01:00
..
README.md Initial commit 2022-08-11 17:21:32 +02:00
groups.go Initial commit 2022-08-11 17:21:32 +02:00
groups.pb.go Initial commit 2022-08-11 17:21:32 +02:00
groups.proto Initial commit 2022-08-11 17:21:32 +02:00
groupsmanagement.pb.go Filter groups for a specific member 2022-12-05 17:18:01 +01:00
groupsmanagement.proto Filter groups for a specific member 2022-12-05 17:18:01 +01:00
groupsmanagement_grpc.pb.go Initial commit 2022-08-11 17:21:32 +02:00
grpcapi.go Filter groups for a specific member 2022-12-05 17:18:01 +01:00

README.md

COOPGO Groups Management gRPC API

Generate Go code from proto files :

protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto