-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Refactor prehog & teleterm protos to match project conventions #20810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c0c4a81
700b0a8
53db96e
b2af272
adc3c18
daa7a04
90aa291
fa5af5c
7e62849
1a19f16
255dd2d
bc7f76d
54a8817
c325adb
f7f7940
d6d1d53
e1b3a06
a45c531
5eb1265
147d1b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| version: v1 | ||
| plugins: | ||
| - name: go | ||
| path: lib/prehog/bin/protoc-gen-go | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not for this PR, but we should consolidate so we don't have tooling versions tracked by go.mod and tooling versions tracked via buildbox.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I really like the idea of just needing |
||
| out: . | ||
| - name: connect-go | ||
| path: lib/prehog/bin/protoc-gen-connect-go | ||
| out: . | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| version: v1 | ||
| plugins: | ||
| # https://github.com/protocolbuffers/protobuf/tree/v3.20.1/js | ||
| - name: js | ||
| out: gen/proto/js | ||
| opt: | ||
| - import_style=commonjs,binary | ||
|
|
||
| # https://github.com/grpc/grpc-node/tree/grpc-tools%401.11.2/packages/grpc-tools/ | ||
| - name: grpc | ||
| out: gen/proto/js | ||
| opt: grpc_js | ||
| path: grpc_tools_node_protoc_plugin | ||
|
|
||
| # https://github.com/agreatfool/grpc_tools_node_protoc_ts/tree/v5.0.1 | ||
| - name: ts | ||
| out: gen/proto/js | ||
| opt: "service=grpc-node" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,4 @@ | ||
| version: v1 | ||
| directories: | ||
| - api/proto | ||
| - lib/prehog/proto | ||
| - lib/teleterm/api/proto | ||
| - proto |
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.
Uh oh!
There was an error while loading. Please reload this page.