File tree Expand file tree Collapse file tree 4 files changed +2
-26
lines changed
InteroperabilityTests/Generated
Services/Health/Generated Expand file tree Collapse file tree 4 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 22
22
// See the License for the specific language governing permissions and
23
23
// limitations under the License.
24
24
25
- import Foundation
26
25
import SwiftProtobuf
27
26
28
27
// If the compiler emits an error on this type, it is because this file
Original file line number Diff line number Diff line change 22
22
// See the License for the specific language governing permissions and
23
23
// limitations under the License.
24
24
25
- import Foundation
26
- import SwiftProtobuf
27
-
28
- // If the compiler emits an error on this type, it is because this file
29
- // was generated by a version of the `protoc` Swift plug-in that is
30
- // incompatible with the version of SwiftProtobuf to which you are linking.
31
- // Please ensure that you are building against the same version of the API
32
- // that was used to generate this file.
33
- fileprivate struct _GeneratedWithProtocGenSwiftVersion : SwiftProtobuf . ProtobufAPIVersionCheck {
34
- struct _2 : SwiftProtobuf . ProtobufAPIVersion_2 { }
35
- typealias Version = _2
36
- }
25
+ // This file contained no messages, enums, or extensions.
Original file line number Diff line number Diff line change 25
25
// An integration test service that covers all the method signature permutations
26
26
// of unary/streaming requests/responses.
27
27
28
- import Foundation
29
- import SwiftProtobuf
30
-
31
- // If the compiler emits an error on this type, it is because this file
32
- // was generated by a version of the `protoc` Swift plug-in that is
33
- // incompatible with the version of SwiftProtobuf to which you are linking.
34
- // Please ensure that you are building against the same version of the API
35
- // that was used to generate this file.
36
- fileprivate struct _GeneratedWithProtocGenSwiftVersion : SwiftProtobuf . ProtobufAPIVersionCheck {
37
- struct _2 : SwiftProtobuf . ProtobufAPIVersion_2 { }
38
- typealias Version = _2
39
- }
28
+ // This file contained no messages, enums, or extensions.
Original file line number Diff line number Diff line change 25
25
// The canonical version of this proto can be found at
26
26
// https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
27
27
28
- import Foundation
29
28
import SwiftProtobuf
30
29
31
30
// If the compiler emits an error on this type, it is because this file
You can’t perform that action at this time.
0 commit comments