draft grpc
This commit is contained in:
19
buf.gen.yaml
Normal file
19
buf.gen.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- remote: buf.build/protocolbuffers/go
|
||||
out: internal/gen/proto
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- remote: buf.build/grpc/go
|
||||
out: internal/gen/proto
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- remote: buf.build/community/stephenh-ts-proto
|
||||
out: ../stream-ui/src/server/gen/proto
|
||||
opt:
|
||||
- env=node
|
||||
- esModuleInterop=true
|
||||
- outputServices=grpc-js
|
||||
- useOptionals=all
|
||||
- forceLong=number
|
||||
- useDate=string
|
||||
Reference in New Issue
Block a user