-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
1. fix generating duplicate respond function when multiple services in one proto file. 2. update all examples to use new generator. 3. fix opentelemetry-custom-provider
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
protoc --go_out=. --go_opt=paths=source_relative --proto_path=. protos.proto | ||
protoc --go_out=. --go_opt=paths=source_relative --plugin=$GOPATH/bin/protoc-gen-go-grain --go-grain_out=. --go-grain_opt=paths=source_relative protos.proto | ||
|
||
protoc --go_out=. --go_opt=paths=source_relative \ | ||
--plugin=protoc-gen-go-grain=../../../protobuf/protoc-gen-go-grain/protoc-gen-go-grain.sh --go-grain_out=. --go-grain_opt=paths=source_relative \ | ||
-I../../ -I. protos.proto |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
protoc --go_out=. --go_opt=paths=source_relative --proto_path=. protos.proto | ||
protoc --go_out=. --go_opt=paths=source_relative --plugin=$GOPATH/bin/protoc-gen-go-grain --go-grain_out=. --go-grain_opt=paths=source_relative protos.proto | ||
protoc --go_out=. --go_opt=paths=source_relative \ | ||
--plugin=protoc-gen-go-grain=../../../protobuf/protoc-gen-go-grain/protoc-gen-go-grain.sh --go-grain_out=. --go-grain_opt=paths=source_relative \ | ||
-I../../ -I. protos.proto |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.