agenda/grpcapi
Arnaud Delcasse 504702346a
Build and Push Docker Image / build_and_push (push) Successful in 1m34s Details
Remove fmt.Prinln and add Zerolog logging system
2024-11-11 20:16:20 +01: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 Remove fmt.Prinln and add Zerolog logging system 2024-11-11 20:16:20 +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 Remove fmt.Prinln and add Zerolog logging system 2024-11-11 20:16:20 +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