feat: import services and standardize Go 1.26.5
This commit is contained in:
41
apps/base/passport/buf.gen.yaml
Normal file
41
apps/base/passport/buf.gen.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- local: protoc-gen-go
|
||||
out: pb
|
||||
opt:
|
||||
- paths=source_relative
|
||||
|
||||
- local: protoc-gen-go
|
||||
out: ../../bsm-sdk/client/golang/passport
|
||||
opt:
|
||||
- paths=source_relative
|
||||
|
||||
- local: protoc-gen-go-grpc
|
||||
out: pb
|
||||
opt:
|
||||
- paths=source_relative
|
||||
|
||||
- local: protoc-gen-go-grpc
|
||||
out: ../../bsm-sdk/client/golang/passport
|
||||
opt:
|
||||
- paths=source_relative
|
||||
|
||||
- local: protoc-gen-grpc-gateway
|
||||
out: pb
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- generate_unbound_methods=True
|
||||
|
||||
- local: protoc-gen-slc
|
||||
out: ./
|
||||
|
||||
- local: protoc-gen-ts
|
||||
out: ../../bsm-sdk/client/typescript
|
||||
|
||||
- local: protoc-gen-dart
|
||||
out: ../../bsm-sdk/client/dart/passport
|
||||
opt:
|
||||
- grpc
|
||||
|
||||
- local: protoc-gen-markdown
|
||||
out: ../../bsm-sdk/client/docs/passport
|
||||
Reference in New Issue
Block a user