Files
Arnaud Delcasse e0882db1bc
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m9s
GroupID management
2025-10-16 17:21:45 +02:00
..
2025-10-16 17:21:45 +02:00
2025-03-05 00:30:53 +01:00
2025-10-08 09:01:37 +02:00
2025-10-16 17:21:45 +02:00

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)