agenda/grpcapi
mfrigo be0835273e [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
..
README.md Initial commit 2022-09-05 07:27:52 +02:00
agenda.pb.go [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
agenda.proto [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
agenda_grpc.pb.go [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
events.go Merge branch 'modifyAnEvent' into dev 2023-02-22 14:17:53 +01:00
events.pb.go [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
events.proto [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +02:00
grpcapi.go [+] add function GetSubscriberByUser for the agenda-widget 2023-09-06 13:34:43 +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