agenda/grpcapi
Arnaud Delcasse 3699479c5e Initial commit 2022-09-05 07:27:52 +02:00
..
README.md Initial commit 2022-09-05 07:27:52 +02:00
agenda.pb.go Initial commit 2022-09-05 07:27:52 +02:00
agenda.proto Initial commit 2022-09-05 07:27:52 +02:00
agenda_grpc.pb.go Initial commit 2022-09-05 07:27:52 +02:00
events.go Initial commit 2022-09-05 07:27:52 +02:00
events.pb.go Initial commit 2022-09-05 07:27:52 +02:00
events.proto Initial commit 2022-09-05 07:27:52 +02:00
grpcapi.go Initial commit 2022-09-05 07:27:52 +02:00

README.md

COOPGO Agenda gRPC API

Generate Go code from proto files :

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