-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowerproto.yaml
executable file
·41 lines (41 loc) · 1.61 KB
/
powerproto.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
scopes:
- ./
protoc: v5.28.3
protocWorkDir: ""
plugins:
protoc-gen-deepcopy: istio.io/tools/cmd/protoc-gen-deepcopy@v0.0.0-20241107193728-155f4c60cc67
protoc-gen-go: google.golang.org/protobuf/cmd/protoc-gen-go@v1.35.1
protoc-gen-go-grpc: google.golang.org/grpc/cmd/protoc-gen-go-grpc@ad51f572fd270f2323e3aa2c1d2775cab9087af2
protoc-gen-go-json: github.com/mitchellh/protoc-gen-go-json@v1.1.0
protoc-gen-gofast: github.com/gogo/protobuf/protoc-gen-gofast@v1.3.2
protoc-gen-gogo: github.com/gogo/protobuf/protoc-gen-gogo@v1.3.2
protoc-gen-grpc-gateway: github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.23.0
protoc-gen-openapiv2: github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.23.0
repositories:
GOGO_PROTOBUF: https://github.com/gogo/protobuf@226206f39bd7276e88ec684ea0028c18ec2c91ae
GOOGLE_APIS: https://github.com/googleapis/googleapis@75e9812478607db997376ccea247dd6928f70f45
options:
- --go_out=.
- --go_opt=paths=source_relative
- --go-grpc_out=.
- --go-grpc_opt=paths=source_relative
- --grpc-gateway_out=.
- --grpc-gateway_opt=paths=source_relative
- --go-grpc_out=.
- --go-grpc_opt=paths=source_relative
- --openapiv2_out=.
- --gogo_out=plugins=grpc:.
- --gogo_opt=paths=source_relative
- --gofast_out=plugins=grpc:.
- --gofast_opt=paths=source_relative
- --deepcopy_out=source_relative:.
- --go-json_out=.
importPaths:
- .
- $GOPATH
- $POWERPROTO_INCLUDE
- $SOURCE_RELATIVE
- $GOOGLE_APIS/github.com/googleapis/googleapis
- $GOGO_PROTOBUF
postActions: []
postShell: ""