Skip to content

Commit

Permalink
Merge branch 'main' into v1/reflection-service-error
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Sep 2, 2024
2 parents 6a8f3d3 + 3713967 commit aa477d4
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 64 deletions.
1 change: 0 additions & 1 deletion Examples/v1/Echo/Model/echo.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Examples/v1/HelloWorld/Model/helloworld.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Examples/v1/RouteGuide/Model/route_guide.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Examples/v2/echo/Generated/echo.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Examples/v2/hello-world/Generated/helloworld.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Sources/InteroperabilityTests/Generated/empty.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
13 changes: 1 addition & 12 deletions Sources/InteroperabilityTests/Generated/empty_service.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
// was generated by a version of the `protoc` Swift plug-in that is
// incompatible with the version of SwiftProtobuf to which you are linking.
// Please ensure that you are building against the same version of the API
// that was used to generate this file.
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
typealias Version = _2
}
// This file contained no messages, enums, or extensions.
13 changes: 1 addition & 12 deletions Sources/InteroperabilityTests/Generated/test.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,4 @@
// An integration test service that covers all the method signature permutations
// of unary/streaming requests/responses.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
// was generated by a version of the `protoc` Swift plug-in that is
// incompatible with the version of SwiftProtobuf to which you are linking.
// Please ensure that you are building against the same version of the API
// that was used to generate this file.
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
typealias Version = _2
}
// This file contained no messages, enums, or extensions.
1 change: 0 additions & 1 deletion Sources/Services/Health/Generated/health.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
// The canonical version of this proto can be found at
// https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,4 @@
/// An integration test service that covers all the method signature permutations
/// of unary/streaming requests/responses.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
// was generated by a version of the `protoc` Swift plug-in that is
// incompatible with the version of SwiftProtobuf to which you are linking.
// Please ensure that you are building against the same version of the API
// that was used to generate this file.
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
typealias Version = _2
}
// This file contained no messages, enums, or extensions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,4 @@
/// An integration test service that covers all the method signature permutations
/// of unary/streaming requests/responses.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
// was generated by a version of the `protoc` Swift plug-in that is
// incompatible with the version of SwiftProtobuf to which you are linking.
// Please ensure that you are building against the same version of the API
// that was used to generate this file.
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
typealias Version = _2
}
// This file contained no messages, enums, or extensions.
1 change: 0 additions & 1 deletion Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
1 change: 0 additions & 1 deletion Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
// form. This proto definition is intended to help document the schema but
// will not actually be used directly by gRPC.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import SwiftProtobuf

// If the compiler emits an error on this type, it is because this file
Expand Down

0 comments on commit aa477d4

Please sign in to comment.