Initial commit
This commit is contained in:
19
proto/buf.gen.yaml
Normal file
19
proto/buf.gen.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: v2
|
||||
plugins:
|
||||
# ─── Go: сообщения (структуры) ─────────────────────────
|
||||
- remote: buf.build/protocolbuffers/go
|
||||
out: ../backend/gen
|
||||
opt: paths=source_relative
|
||||
|
||||
# ─── Go: gRPC серверный и клиентский код ───────────────
|
||||
- remote: buf.build/grpc/go
|
||||
out: ../backend/gen
|
||||
opt: paths=source_relative
|
||||
|
||||
# ─── Dart: сообщения (классы) ──────────────────────────
|
||||
- remote: buf.build/protocolbuffers/dart
|
||||
out: ../frontend/lib/gen
|
||||
|
||||
# ─── Dart: gRPC клиентский код ─────────────────────────
|
||||
- remote: buf.build/grpc/dart
|
||||
out: ../frontend/lib/gen
|
||||
Reference in New Issue
Block a user