Commit 8bbcbc5 1 parent 6dc53a5 commit 8bbcbc5 Copy full SHA for 8bbcbc5
File tree 3 files changed +7
-21
lines changed
3 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 1
- version : v1
1
+ version : v2
2
2
plugins :
3
- # generate go structs for protocol buffer defination
4
- - plugin : buf.build/protocolbuffers/go:v1.31.0
3
+ - remote : buf.build/protocolbuffers/go:v1.31.0
5
4
out : server/gen
6
- opt :
7
- - paths=source_relative
8
- # generate gRPC stubs in golang
9
- - plugin : buf.build/grpc/go:v1.3.0
5
+ opt : paths=source_relative
6
+ - remote : buf.build/grpc/go:v1.3.0
10
7
out : server/gen
11
8
opt :
12
9
- paths=source_relative
13
10
- require_unimplemented_servers=false
14
- # generate reverse proxy from protocol definations
15
- - plugin : buf.build/grpc-ecosystem/gateway:v2.16.0
11
+ - remote : buf.build/grpc-ecosystem/gateway:v2.16.0
16
12
out : server/gen/gateway
17
13
opt :
18
14
- paths=source_relative
19
15
- standalone=true
20
16
- logtostderr=true
21
- # generate openapi documentation for api
22
- - plugin : buf.build/grpc-ecosystem/openapiv2:v2.16.0
17
+ - remote : buf.build/grpc-ecosystem/openapiv2:v2.16.0
23
18
out : server/gen
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
version : v1
2
- name : buf.build/yourorg/myprotos
2
+ name : github.com/demophoon/shrls
3
3
deps :
4
4
- buf.build/googleapis/googleapis
You can’t perform that action at this time.
0 commit comments