solidarity-transport/servers/grpc/proto
Arnaud Delcasse 418c7152b6
Build and Push Docker Image / build_and_push (push) Failing after 31s Details
add data field to bookings
2025-06-04 15:52:03 +02:00
..
gen add data field to bookings 2025-06-04 15:52:03 +02:00
README.md initial commit 2025-03-05 00:30:53 +01:00
solidarity-transport-types.proto add data field to bookings 2025-06-04 15:52:03 +02:00
solidarity-transport.proto add data field to bookings 2025-06-04 15:52:03 +02:00

README.md

Protocol buffer definition

From this directory, generate protocol buffer server and client boilerplate using :

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

(You need some dependencies like protoc, protoc-gen-go ... To get them easily, you can use the https://git.coopgo.io/coopgo-platform/dev-environment nix shell)