Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-18 15:09:26 +03:30
parent 4e55bb2d27
commit 49150af2fa
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -9,15 +9,15 @@ managed:
value: github.com/nfel value: github.com/nfel
plugins: plugins:
# NOTE: golang # NOTE: golang
- remote: buf.build/grpc/go # - remote: buf.build/grpc/go
# NOTE: grpc # NOTE: grpc
# go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest # go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
# - local: protoc-gen-go-grpc - local: protoc-gen-go-grpc
out: stub/go out: stub/go
# NOTE: PB files # NOTE: PB files
# go install google.golang.org/protobuf/cmd/protoc-gen-go@latest # go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
# - local: protoc-gen-go - local: protoc-gen-go
- remote: buf.build/protocolbuffers/go:v1.30.0 # - remote: buf.build/protocolbuffers/go:v1.30.0
out: stub/go out: stub/go
# NOTE: doc # NOTE: doc
# - local: protoc-gen-doc # - local: protoc-gen-doc
@ -39,9 +39,9 @@ plugins:
# # - plugin=mix # # - plugin=mix
# out: stub/go # out: stub/go
# NOTE: Typescript # NOTE: Typescript
- remote: buf.build/bufbuild/es:v2.2.2 # - remote: buf.build/bufbuild/es:v2.2.2
# opt: import_prefix=github.com/nfel # # opt: import_prefix=github.com/nfel
out: stub/ts # out: stub/ts
# - local: protobuf-ts # - local: protobuf-ts
# # opt: import_prefix=github.com/nfel # # opt: import_prefix=github.com/nfel