# 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 nix shell)