v2: new version added for easier deployment and ci/cd
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
version: v2
|
||||
clean: true
|
||||
managed:
|
||||
enabled: true
|
||||
override:
|
||||
- file_option: go_package_prefix
|
||||
value: <pkg_name>
|
||||
plugins:
|
||||
- remote: buf.build/grpc/go
|
||||
out: stub/go
|
||||
- remote: buf.build/protocolbuffers/go:v1.30.0
|
||||
out: stub/go
|
||||
- local: protoc-gen-doc
|
||||
opt: html,index.html,source_relative
|
||||
out: stub/doc
|
||||
- local: protoc-gen-grpc-gateway
|
||||
out: stub/go
|
||||
- local: protoc-gen-openapiv2
|
||||
out: stub/go
|
||||
inputs:
|
||||
- git_repo: ssh://git@5.34.204.11/Kahroba/proto
|
||||
branch: v2
|
||||
|
||||
Reference in New Issue
Block a user