Skip to content

Commit

Permalink
New version of protoc and added migrations proto files (#6578)
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>
  • Loading branch information
YashviJain01 authored and vinay033 committed Apr 11, 2022
1 parent b8b7b06 commit b5bd3ef
Show file tree
Hide file tree
Showing 31 changed files with 2,572 additions and 1,992 deletions.
1,709 changes: 855 additions & 854 deletions api/external/infra_proxy/infra_proxy.pb.client_mock.go

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions api/external/infra_proxy/migrations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/external/infra_proxy/migrations.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
syntax = "proto3";

package chef.automate.api.infra_proxy;
option go_package = "github.com/chef/automate/api/external/infra_proxy";
49 changes: 49 additions & 0 deletions api/external/infra_proxy/migrations.swagger.json

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.

73 changes: 73 additions & 0 deletions api/external/infra_proxy/request/migrations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/external/infra_proxy/request/migrations.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
syntax = "proto3";

package chef.automate.api.infra_proxy.request;
option go_package = "github.com/chef/automate/api/external/infra_proxy/request";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions api/external/infra_proxy/response/migrations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/external/infra_proxy/response/migrations.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
syntax = "proto3";

package chef.automate.api.infra_proxy.response;
option go_package = "github.com/chef/automate/api/external/infra_proxy/response";
Loading

0 comments on commit b5bd3ef

Please sign in to comment.