feat: first
This commit is contained in:
17
buf.gen.yaml
Normal file
17
buf.gen.yaml
Normal 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
|
||||
Reference in New Issue
Block a user