groups-management/grpcapi
Arnaud Delcasse 5ef94ee074 rebuild proto 2023-03-10 13:32:55 +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 rebuild proto 2023-03-10 13:32:55 +01:00
groupsmanagement.proto code to create and delete groupMmber collection in DB 2023-01-17 15:07:16 +01:00
groupsmanagement_grpc.pb.go rebuild proto 2023-03-10 13:32:55 +01:00
groupsmember.go code to create and delete groupMmber collection in DB 2023-01-17 15:07:16 +01:00
groupsmember.pb.go rebuild proto 2023-03-10 13:32:55 +01:00
groupsmember.proto code to create and delete groupMmber collection in DB 2023-01-17 15:07:16 +01:00
grpcapi.go code to create and delete groupMmber collection in DB 2023-01-17 15:07:16 +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