Server-Side-Implementation

This commit is contained in:
2025-12-29 16:42:49 +01:00
commit c9d0322177
20 changed files with 1539 additions and 0 deletions

20
buf.gen.yaml Normal file
View File

@ -0,0 +1,20 @@
version: v2
plugins:
- local: protoc-gen-go
out: gen
opt: paths=source_relative
- local: protoc-gen-connect-go
out: gen
opt:
- paths=source_relative
- simple
- remote: buf.build/grpc/java:v1.77.0
out: java-dal
managed:
enabled: true
override:
- file_option: go_package_prefix
value: git.kocoder.xyz/kocoder/portforwarder/gen
disable:
- file_option: go_package
module: buf.build/bufbuild/protovalidate