agenda/grpcapi
Nicolas CARON 822c053e78 edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
..
lol add logic to delete and srore sub 2023-02-01 16:04:10 +01:00
README.md Initial commit 2022-09-05 07:27:52 +02:00
agenda.pb.go edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
agenda.proto add logic to delete and srore sub 2023-02-01 16:04:10 +01:00
agenda_grpc.pb.go edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
events.go edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
events.pb.go edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
events.proto edit events proto en events.go for visualize history 2023-02-15 10:14:06 +01:00
grpcapi.go add logic to delete and srore sub 2023-02-01 16:04:10 +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