initial commit

This commit is contained in:
2025-03-05 00:30:53 +01:00
commit 9da7b99e5d
32 changed files with 4541 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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)