|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
/*
|
|
|
*
|
|
|
- * Copyright 2016, Google Inc.
|
|
|
+ * Copyright 2017, Google Inc.
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
@@ -42,6 +42,7 @@
|
|
|
import Foundation
|
|
|
import gRPC
|
|
|
|
|
|
+
|
|
|
/// Type for errors thrown from generated client code.
|
|
|
public enum Echo_EchoClientError : Error {
|
|
|
case endOfStream
|
|
|
@@ -300,4 +301,4 @@ public class Echo_EchoService {
|
|
|
public func update() throws -> Echo_EchoUpdateCall {
|
|
|
return try Echo_EchoUpdateCall(channel).run(metadata:metadata)
|
|
|
}
|
|
|
-}
|
|
|
+}
|