Skip to content

Commit

Permalink
Creating a new package migrations (#6595)
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 18, 2022
1 parent fc7cba1 commit a9945f8
Show file tree
Hide file tree
Showing 27 changed files with 476 additions and 512 deletions.
72 changes: 0 additions & 72 deletions api/external/infra_proxy/migrations.pb.go

This file was deleted.

4 changes: 0 additions & 4 deletions api/external/infra_proxy/migrations.proto

This file was deleted.

49 changes: 0 additions & 49 deletions api/external/infra_proxy/migrations.swagger.json

This file was deleted.

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

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,4 +1,4 @@
syntax = "proto3";

package chef.automate.api.infra_proxy.request;
option go_package = "github.com/chef/automate/api/external/infra_proxy/request";
package chef.automate.api.infra_proxy.migrations;
option go_package = "github.com/chef/automate/api/external/infra_proxy/migrations";
75 changes: 75 additions & 0 deletions api/external/infra_proxy/migrations/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/migrations/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.migrations.request;
option go_package = "github.com/chef/automate/api/external/infra_proxy/migrations/request";
75 changes: 75 additions & 0 deletions api/external/infra_proxy/migrations/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/migrations/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.migrations.response;
option go_package = "github.com/chef/automate/api/external/infra_proxy/migrations/response";
Loading

0 comments on commit a9945f8

Please sign in to comment.