diff --git a/api/external/infra_proxy/migrations.pb.go b/api/external/infra_proxy/migrations.pb.go deleted file mode 100644 index c246b7947dd..00000000000 --- a/api/external/infra_proxy/migrations.pb.go +++ /dev/null @@ -1,72 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: external/infra_proxy/migrations.proto - -package infra_proxy - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_external_infra_proxy_migrations_proto protoreflect.FileDescriptor - -var file_external_infra_proxy_migrations_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1d, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var file_external_infra_proxy_migrations_proto_goTypes = []interface{}{} -var file_external_infra_proxy_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_external_infra_proxy_migrations_proto_init() } -func file_external_infra_proxy_migrations_proto_init() { - if File_external_infra_proxy_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_external_infra_proxy_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_external_infra_proxy_migrations_proto_goTypes, - DependencyIndexes: file_external_infra_proxy_migrations_proto_depIdxs, - }.Build() - File_external_infra_proxy_migrations_proto = out.File - file_external_infra_proxy_migrations_proto_rawDesc = nil - file_external_infra_proxy_migrations_proto_goTypes = nil - file_external_infra_proxy_migrations_proto_depIdxs = nil -} diff --git a/api/external/infra_proxy/migrations.proto b/api/external/infra_proxy/migrations.proto deleted file mode 100644 index 30daafaccff..00000000000 --- a/api/external/infra_proxy/migrations.proto +++ /dev/null @@ -1,4 +0,0 @@ -syntax = "proto3"; - -package chef.automate.api.infra_proxy; -option go_package = "github.com/chef/automate/api/external/infra_proxy"; diff --git a/api/external/infra_proxy/migrations.swagger.json b/api/external/infra_proxy/migrations.swagger.json deleted file mode 100644 index dceb80a0fe6..00000000000 --- a/api/external/infra_proxy/migrations.swagger.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "external/infra_proxy/migrations.proto", - "version": "version not set" - }, - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": {}, - "definitions": { - "google.protobuf.Any": { - "type": "object", - "properties": { - "type_url": { - "type": "string" - }, - "value": { - "type": "string", - "format": "byte" - } - } - }, - "grpc.gateway.runtime.Error": { - "type": "object", - "properties": { - "error": { - "type": "string" - }, - "code": { - "type": "integer", - "format": "int32" - }, - "message": { - "type": "string" - }, - "details": { - "type": "array", - "items": { - "$ref": "#/definitions/google.protobuf.Any" - } - } - } - } - } -} diff --git a/api/external/infra_proxy/migrations/migrations.pb.go b/api/external/infra_proxy/migrations/migrations.pb.go new file mode 100644 index 00000000000..c66891bb32e --- /dev/null +++ b/api/external/infra_proxy/migrations/migrations.pb.go @@ -0,0 +1,74 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: external/infra_proxy/migrations/migrations.proto + +package migrations + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_external_infra_proxy_migrations_migrations_proto protoreflect.FileDescriptor + +var file_external_infra_proxy_migrations_migrations_proto_rawDesc = []byte{ + 0x0a, 0x30, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x12, 0x28, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x3e, 0x5a, 0x3c, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_infra_proxy_migrations_migrations_proto_goTypes = []interface{}{} +var file_external_infra_proxy_migrations_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_external_infra_proxy_migrations_migrations_proto_init() } +func file_external_infra_proxy_migrations_migrations_proto_init() { + if File_external_infra_proxy_migrations_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_external_infra_proxy_migrations_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_external_infra_proxy_migrations_migrations_proto_goTypes, + DependencyIndexes: file_external_infra_proxy_migrations_migrations_proto_depIdxs, + }.Build() + File_external_infra_proxy_migrations_migrations_proto = out.File + file_external_infra_proxy_migrations_migrations_proto_rawDesc = nil + file_external_infra_proxy_migrations_migrations_proto_goTypes = nil + file_external_infra_proxy_migrations_migrations_proto_depIdxs = nil +} diff --git a/api/external/infra_proxy/request/migrations.proto b/api/external/infra_proxy/migrations/migrations.proto similarity index 54% rename from api/external/infra_proxy/request/migrations.proto rename to api/external/infra_proxy/migrations/migrations.proto index a0f117f6d90..619ced976b5 100644 --- a/api/external/infra_proxy/request/migrations.proto +++ b/api/external/infra_proxy/migrations/migrations.proto @@ -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"; diff --git a/api/external/infra_proxy/migrations/request/migrations.pb.go b/api/external/infra_proxy/migrations/request/migrations.pb.go new file mode 100644 index 00000000000..e0b18487e5a --- /dev/null +++ b/api/external/infra_proxy/migrations/request/migrations.pb.go @@ -0,0 +1,75 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: external/infra_proxy/migrations/request/migrations.proto + +package request + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_external_infra_proxy_migrations_request_migrations_proto protoreflect.FileDescriptor + +var file_external_infra_proxy_migrations_request_migrations_proto_rawDesc = []byte{ + 0x0a, 0x38, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x30, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x46, 0x5a, 0x44, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_infra_proxy_migrations_request_migrations_proto_goTypes = []interface{}{} +var file_external_infra_proxy_migrations_request_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_external_infra_proxy_migrations_request_migrations_proto_init() } +func file_external_infra_proxy_migrations_request_migrations_proto_init() { + if File_external_infra_proxy_migrations_request_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_external_infra_proxy_migrations_request_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_external_infra_proxy_migrations_request_migrations_proto_goTypes, + DependencyIndexes: file_external_infra_proxy_migrations_request_migrations_proto_depIdxs, + }.Build() + File_external_infra_proxy_migrations_request_migrations_proto = out.File + file_external_infra_proxy_migrations_request_migrations_proto_rawDesc = nil + file_external_infra_proxy_migrations_request_migrations_proto_goTypes = nil + file_external_infra_proxy_migrations_request_migrations_proto_depIdxs = nil +} diff --git a/api/external/infra_proxy/migrations/request/migrations.proto b/api/external/infra_proxy/migrations/request/migrations.proto new file mode 100644 index 00000000000..bdfba85debf --- /dev/null +++ b/api/external/infra_proxy/migrations/request/migrations.proto @@ -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"; diff --git a/api/external/infra_proxy/migrations/response/migrations.pb.go b/api/external/infra_proxy/migrations/response/migrations.pb.go new file mode 100644 index 00000000000..69f80ea4408 --- /dev/null +++ b/api/external/infra_proxy/migrations/response/migrations.pb.go @@ -0,0 +1,75 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: external/infra_proxy/migrations/response/migrations.proto + +package response + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_external_infra_proxy_migrations_response_migrations_proto protoreflect.FileDescriptor + +var file_external_infra_proxy_migrations_response_migrations_proto_rawDesc = []byte{ + 0x0a, 0x39, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x31, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x47, + 0x5a, 0x45, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_infra_proxy_migrations_response_migrations_proto_goTypes = []interface{}{} +var file_external_infra_proxy_migrations_response_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_external_infra_proxy_migrations_response_migrations_proto_init() } +func file_external_infra_proxy_migrations_response_migrations_proto_init() { + if File_external_infra_proxy_migrations_response_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_external_infra_proxy_migrations_response_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_external_infra_proxy_migrations_response_migrations_proto_goTypes, + DependencyIndexes: file_external_infra_proxy_migrations_response_migrations_proto_depIdxs, + }.Build() + File_external_infra_proxy_migrations_response_migrations_proto = out.File + file_external_infra_proxy_migrations_response_migrations_proto_rawDesc = nil + file_external_infra_proxy_migrations_response_migrations_proto_goTypes = nil + file_external_infra_proxy_migrations_response_migrations_proto_depIdxs = nil +} diff --git a/api/external/infra_proxy/migrations/response/migrations.proto b/api/external/infra_proxy/migrations/response/migrations.proto new file mode 100644 index 00000000000..e8dd9f7904e --- /dev/null +++ b/api/external/infra_proxy/migrations/response/migrations.proto @@ -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"; diff --git a/api/external/infra_proxy/request/migrations.pb.go b/api/external/infra_proxy/request/migrations.pb.go deleted file mode 100644 index aaf7160ca12..00000000000 --- a/api/external/infra_proxy/request/migrations.pb.go +++ /dev/null @@ -1,73 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: external/infra_proxy/request/migrations.proto - -package request - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_external_infra_proxy_request_migrations_proto protoreflect.FileDescriptor - -var file_external_infra_proxy_request_migrations_proto_rawDesc = []byte{ - 0x0a, 0x2d, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x6d, - 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x25, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_external_infra_proxy_request_migrations_proto_goTypes = []interface{}{} -var file_external_infra_proxy_request_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_external_infra_proxy_request_migrations_proto_init() } -func file_external_infra_proxy_request_migrations_proto_init() { - if File_external_infra_proxy_request_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_external_infra_proxy_request_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_external_infra_proxy_request_migrations_proto_goTypes, - DependencyIndexes: file_external_infra_proxy_request_migrations_proto_depIdxs, - }.Build() - File_external_infra_proxy_request_migrations_proto = out.File - file_external_infra_proxy_request_migrations_proto_rawDesc = nil - file_external_infra_proxy_request_migrations_proto_goTypes = nil - file_external_infra_proxy_request_migrations_proto_depIdxs = nil -} diff --git a/api/external/infra_proxy/response/migrations.pb.go b/api/external/infra_proxy/response/migrations.pb.go deleted file mode 100644 index 6158bfd65fc..00000000000 --- a/api/external/infra_proxy/response/migrations.pb.go +++ /dev/null @@ -1,73 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: external/infra_proxy/response/migrations.proto - -package response - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_external_infra_proxy_response_migrations_proto protoreflect.FileDescriptor - -var file_external_infra_proxy_response_migrations_proto_rawDesc = []byte{ - 0x0a, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, - 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x12, 0x26, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, - 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_external_infra_proxy_response_migrations_proto_goTypes = []interface{}{} -var file_external_infra_proxy_response_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_external_infra_proxy_response_migrations_proto_init() } -func file_external_infra_proxy_response_migrations_proto_init() { - if File_external_infra_proxy_response_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_external_infra_proxy_response_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_external_infra_proxy_response_migrations_proto_goTypes, - DependencyIndexes: file_external_infra_proxy_response_migrations_proto_depIdxs, - }.Build() - File_external_infra_proxy_response_migrations_proto = out.File - file_external_infra_proxy_response_migrations_proto_rawDesc = nil - file_external_infra_proxy_response_migrations_proto_goTypes = nil - file_external_infra_proxy_response_migrations_proto_depIdxs = nil -} diff --git a/api/external/infra_proxy/response/migrations.proto b/api/external/infra_proxy/response/migrations.proto deleted file mode 100644 index aa4339eab09..00000000000 --- a/api/external/infra_proxy/response/migrations.proto +++ /dev/null @@ -1,4 +0,0 @@ -syntax = "proto3"; - -package chef.automate.api.infra_proxy.response; -option go_package = "github.com/chef/automate/api/external/infra_proxy/response"; diff --git a/api/interservice/infra_proxy/migrations/request/migrations.pb.go b/api/interservice/infra_proxy/migrations/request/migrations.pb.go new file mode 100644 index 00000000000..213229449f9 --- /dev/null +++ b/api/interservice/infra_proxy/migrations/request/migrations.pb.go @@ -0,0 +1,76 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: interservice/infra_proxy/migrations/request/migrations.proto + +package request + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_interservice_infra_proxy_migrations_request_migrations_proto protoreflect.FileDescriptor + +var file_interservice_infra_proxy_migrations_request_migrations_proto_rawDesc = []byte{ + 0x0a, 0x3c, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x6d, 0x69, + 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x33, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x64, 0x6f, + 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x42, 0x4a, 0x5a, 0x48, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_interservice_infra_proxy_migrations_request_migrations_proto_goTypes = []interface{}{} +var file_interservice_infra_proxy_migrations_request_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_interservice_infra_proxy_migrations_request_migrations_proto_init() } +func file_interservice_infra_proxy_migrations_request_migrations_proto_init() { + if File_interservice_infra_proxy_migrations_request_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_interservice_infra_proxy_migrations_request_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_interservice_infra_proxy_migrations_request_migrations_proto_goTypes, + DependencyIndexes: file_interservice_infra_proxy_migrations_request_migrations_proto_depIdxs, + }.Build() + File_interservice_infra_proxy_migrations_request_migrations_proto = out.File + file_interservice_infra_proxy_migrations_request_migrations_proto_rawDesc = nil + file_interservice_infra_proxy_migrations_request_migrations_proto_goTypes = nil + file_interservice_infra_proxy_migrations_request_migrations_proto_depIdxs = nil +} diff --git a/api/interservice/infra_proxy/migrations/request/migrations.proto b/api/interservice/infra_proxy/migrations/request/migrations.proto new file mode 100644 index 00000000000..c13fa805abe --- /dev/null +++ b/api/interservice/infra_proxy/migrations/request/migrations.proto @@ -0,0 +1,4 @@ +syntax = "proto3"; + +package chef.automate.domain.infra_proxy.migrations.request; +option go_package = "github.com/chef/automate/api/interservice/infra_proxy/migrations/request"; diff --git a/api/interservice/infra_proxy/migrations/response/migrations.pb.go b/api/interservice/infra_proxy/migrations/response/migrations.pb.go new file mode 100644 index 00000000000..b0b81311c1e --- /dev/null +++ b/api/interservice/infra_proxy/migrations/response/migrations.pb.go @@ -0,0 +1,76 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: interservice/infra_proxy/migrations/response/migrations.proto + +package response + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_interservice_infra_proxy_migrations_response_migrations_proto protoreflect.FileDescriptor + +var file_interservice_infra_proxy_migrations_response_migrations_proto_rawDesc = []byte{ + 0x0a, 0x3d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x6d, + 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, + 0x34, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x64, + 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x4b, 0x5a, 0x49, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, + 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, + 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_interservice_infra_proxy_migrations_response_migrations_proto_goTypes = []interface{}{} +var file_interservice_infra_proxy_migrations_response_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_interservice_infra_proxy_migrations_response_migrations_proto_init() } +func file_interservice_infra_proxy_migrations_response_migrations_proto_init() { + if File_interservice_infra_proxy_migrations_response_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_interservice_infra_proxy_migrations_response_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_interservice_infra_proxy_migrations_response_migrations_proto_goTypes, + DependencyIndexes: file_interservice_infra_proxy_migrations_response_migrations_proto_depIdxs, + }.Build() + File_interservice_infra_proxy_migrations_response_migrations_proto = out.File + file_interservice_infra_proxy_migrations_response_migrations_proto_rawDesc = nil + file_interservice_infra_proxy_migrations_response_migrations_proto_goTypes = nil + file_interservice_infra_proxy_migrations_response_migrations_proto_depIdxs = nil +} diff --git a/api/interservice/infra_proxy/migrations/response/migrations.proto b/api/interservice/infra_proxy/migrations/response/migrations.proto new file mode 100644 index 00000000000..f3b7df260a6 --- /dev/null +++ b/api/interservice/infra_proxy/migrations/response/migrations.proto @@ -0,0 +1,4 @@ +syntax = "proto3"; + +package chef.automate.domain.infra_proxy.migrations.response; +option go_package = "github.com/chef/automate/api/interservice/infra_proxy/migrations/response"; diff --git a/api/interservice/infra_proxy/migrations/service/migrations.pb.go b/api/interservice/infra_proxy/migrations/service/migrations.pb.go new file mode 100644 index 00000000000..c2292dc10b5 --- /dev/null +++ b/api/interservice/infra_proxy/migrations/service/migrations.pb.go @@ -0,0 +1,76 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.25.0 +// protoc v3.15.6 +// source: interservice/infra_proxy/migrations/service/migrations.proto + +package service + +import ( + proto "github.com/golang/protobuf/proto" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +// This is a compile-time assertion that a sufficiently up-to-date version +// of the legacy proto package is being used. +const _ = proto.ProtoPackageIsVersion4 + +var File_interservice_infra_proxy_migrations_service_migrations_proto protoreflect.FileDescriptor + +var file_interservice_infra_proxy_migrations_service_migrations_proto_rawDesc = []byte{ + 0x0a, 0x3c, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6d, 0x69, + 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x33, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x64, 0x6f, + 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x42, 0x4a, 0x5a, 0x48, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x6d, 0x69, 0x67, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_interservice_infra_proxy_migrations_service_migrations_proto_goTypes = []interface{}{} +var file_interservice_infra_proxy_migrations_service_migrations_proto_depIdxs = []int32{ + 0, // [0:0] is the sub-list for method output_type + 0, // [0:0] is the sub-list for method input_type + 0, // [0:0] is the sub-list for extension type_name + 0, // [0:0] is the sub-list for extension extendee + 0, // [0:0] is the sub-list for field type_name +} + +func init() { file_interservice_infra_proxy_migrations_service_migrations_proto_init() } +func file_interservice_infra_proxy_migrations_service_migrations_proto_init() { + if File_interservice_infra_proxy_migrations_service_migrations_proto != nil { + return + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_interservice_infra_proxy_migrations_service_migrations_proto_rawDesc, + NumEnums: 0, + NumMessages: 0, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_interservice_infra_proxy_migrations_service_migrations_proto_goTypes, + DependencyIndexes: file_interservice_infra_proxy_migrations_service_migrations_proto_depIdxs, + }.Build() + File_interservice_infra_proxy_migrations_service_migrations_proto = out.File + file_interservice_infra_proxy_migrations_service_migrations_proto_rawDesc = nil + file_interservice_infra_proxy_migrations_service_migrations_proto_goTypes = nil + file_interservice_infra_proxy_migrations_service_migrations_proto_depIdxs = nil +} diff --git a/api/interservice/infra_proxy/migrations/service/migrations.proto b/api/interservice/infra_proxy/migrations/service/migrations.proto new file mode 100644 index 00000000000..5f29921adec --- /dev/null +++ b/api/interservice/infra_proxy/migrations/service/migrations.proto @@ -0,0 +1,4 @@ +syntax = "proto3"; + +package chef.automate.domain.infra_proxy.migrations.service; +option go_package = "github.com/chef/automate/api/interservice/infra_proxy/migrations/service"; diff --git a/api/interservice/infra_proxy/request/migrations.pb.go b/api/interservice/infra_proxy/request/migrations.pb.go deleted file mode 100644 index e5a75a42885..00000000000 --- a/api/interservice/infra_proxy/request/migrations.pb.go +++ /dev/null @@ -1,74 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: interservice/infra_proxy/request/migrations.proto - -package request - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_interservice_infra_proxy_request_migrations_proto protoreflect.FileDescriptor - -var file_interservice_infra_proxy_request_migrations_proto_rawDesc = []byte{ - 0x0a, 0x31, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x3f, 0x5a, - 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, - 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, - 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_interservice_infra_proxy_request_migrations_proto_goTypes = []interface{}{} -var file_interservice_infra_proxy_request_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_interservice_infra_proxy_request_migrations_proto_init() } -func file_interservice_infra_proxy_request_migrations_proto_init() { - if File_interservice_infra_proxy_request_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_interservice_infra_proxy_request_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_interservice_infra_proxy_request_migrations_proto_goTypes, - DependencyIndexes: file_interservice_infra_proxy_request_migrations_proto_depIdxs, - }.Build() - File_interservice_infra_proxy_request_migrations_proto = out.File - file_interservice_infra_proxy_request_migrations_proto_rawDesc = nil - file_interservice_infra_proxy_request_migrations_proto_goTypes = nil - file_interservice_infra_proxy_request_migrations_proto_depIdxs = nil -} diff --git a/api/interservice/infra_proxy/request/migrations.proto b/api/interservice/infra_proxy/request/migrations.proto deleted file mode 100644 index f49509c63a2..00000000000 --- a/api/interservice/infra_proxy/request/migrations.proto +++ /dev/null @@ -1,4 +0,0 @@ -syntax = "proto3"; - -package chef.automate.domain.infra_proxy.request; -option go_package = "github.com/chef/automate/api/interservice/infra_proxy/request"; diff --git a/api/interservice/infra_proxy/response/migrations.pb.go b/api/interservice/infra_proxy/response/migrations.pb.go deleted file mode 100644 index 91b7e366463..00000000000 --- a/api/interservice/infra_proxy/response/migrations.pb.go +++ /dev/null @@ -1,74 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: interservice/infra_proxy/response/migrations.proto - -package response - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_interservice_infra_proxy_response_migrations_proto protoreflect.FileDescriptor - -var file_interservice_infra_proxy_response_migrations_proto_rawDesc = []byte{ - 0x0a, 0x32, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x29, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, - 0x40, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_interservice_infra_proxy_response_migrations_proto_goTypes = []interface{}{} -var file_interservice_infra_proxy_response_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_interservice_infra_proxy_response_migrations_proto_init() } -func file_interservice_infra_proxy_response_migrations_proto_init() { - if File_interservice_infra_proxy_response_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_interservice_infra_proxy_response_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_interservice_infra_proxy_response_migrations_proto_goTypes, - DependencyIndexes: file_interservice_infra_proxy_response_migrations_proto_depIdxs, - }.Build() - File_interservice_infra_proxy_response_migrations_proto = out.File - file_interservice_infra_proxy_response_migrations_proto_rawDesc = nil - file_interservice_infra_proxy_response_migrations_proto_goTypes = nil - file_interservice_infra_proxy_response_migrations_proto_depIdxs = nil -} diff --git a/api/interservice/infra_proxy/response/migrations.proto b/api/interservice/infra_proxy/response/migrations.proto deleted file mode 100644 index f359770461c..00000000000 --- a/api/interservice/infra_proxy/response/migrations.proto +++ /dev/null @@ -1,4 +0,0 @@ -syntax = "proto3"; - -package chef.automate.domain.infra_proxy.response; -option go_package = "github.com/chef/automate/api/interservice/infra_proxy/response"; diff --git a/api/interservice/infra_proxy/service/migrations.pb.go b/api/interservice/infra_proxy/service/migrations.pb.go deleted file mode 100644 index f19b0282b0d..00000000000 --- a/api/interservice/infra_proxy/service/migrations.pb.go +++ /dev/null @@ -1,74 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.25.0 -// protoc v3.15.6 -// source: interservice/infra_proxy/service/migrations.proto - -package service - -import ( - proto "github.com/golang/protobuf/proto" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 - -var File_interservice_infra_proxy_service_migrations_proto protoreflect.FileDescriptor - -var file_interservice_infra_proxy_service_migrations_proto_rawDesc = []byte{ - 0x0a, 0x31, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x3f, 0x5a, - 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, - 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, - 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_interservice_infra_proxy_service_migrations_proto_goTypes = []interface{}{} -var file_interservice_infra_proxy_service_migrations_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_interservice_infra_proxy_service_migrations_proto_init() } -func file_interservice_infra_proxy_service_migrations_proto_init() { - if File_interservice_infra_proxy_service_migrations_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_interservice_infra_proxy_service_migrations_proto_rawDesc, - NumEnums: 0, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_interservice_infra_proxy_service_migrations_proto_goTypes, - DependencyIndexes: file_interservice_infra_proxy_service_migrations_proto_depIdxs, - }.Build() - File_interservice_infra_proxy_service_migrations_proto = out.File - file_interservice_infra_proxy_service_migrations_proto_rawDesc = nil - file_interservice_infra_proxy_service_migrations_proto_goTypes = nil - file_interservice_infra_proxy_service_migrations_proto_depIdxs = nil -} diff --git a/api/interservice/infra_proxy/service/migrations.proto b/api/interservice/infra_proxy/service/migrations.proto deleted file mode 100644 index 9c408476efd..00000000000 --- a/api/interservice/infra_proxy/service/migrations.proto +++ /dev/null @@ -1,4 +0,0 @@ -syntax = "proto3"; - -package chef.automate.domain.infra_proxy.service; -option go_package = "github.com/chef/automate/api/interservice/infra_proxy/service"; diff --git a/components/automate-gateway/handler/infra_proxy/migrations.go b/components/automate-gateway/handler/infra_proxy/migrations.go deleted file mode 100644 index d881469aad4..00000000000 --- a/components/automate-gateway/handler/infra_proxy/migrations.go +++ /dev/null @@ -1 +0,0 @@ -package infra_proxy diff --git a/components/automate-gateway/handler/infra_proxy/migrations/migrations.go b/components/automate-gateway/handler/infra_proxy/migrations/migrations.go new file mode 100644 index 00000000000..a6ea3eef7b6 --- /dev/null +++ b/components/automate-gateway/handler/infra_proxy/migrations/migrations.go @@ -0,0 +1 @@ +package migrations diff --git a/components/infra-proxy-service/server/migrations/migrations.go b/components/infra-proxy-service/server/migrations/migrations.go new file mode 100644 index 00000000000..a6ea3eef7b6 --- /dev/null +++ b/components/infra-proxy-service/server/migrations/migrations.go @@ -0,0 +1 @@ +package migrations