feat: first

This commit is contained in:
2025-08-13 19:12:51 +02:00
commit fd2ba2e999
9 changed files with 358 additions and 0 deletions

17
buf.gen.yaml Normal file
View File

@@ -0,0 +1,17 @@
version: v2
plugins:
# generate go structs for protocol buffer definition
- local: protoc-gen-go
out: .
opt:
- paths=source_relative
# generate gRPC stubs in golang
- local: protoc-gen-go-grpc
out: .
opt:
- paths=source_relative
# generate reverse proxy from protocol definitions
- local: protoc-gen-grpc-gateway
out: .
opt:
- paths=source_relative