agenda/grpcapi
soukainna 301f636072 add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
..
README.md Initial commit 2022-09-05 07:27:52 +02:00
agenda.pb.go add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
agenda.proto add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
agenda_grpc.pb.go add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
events.go add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
events.pb.go add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
events.proto add logic to store event modification and deleted event 2023-02-01 09:58:37 +01:00
grpcapi.go add logic to store event modification and deleted event 2023-02-01 09:58:37 +01: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