We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7807da commit dc2e8bbCopy full SHA for dc2e8bb
Sources/SwiftGRPC/Runtime/ClientCallUnary.swift
@@ -61,5 +61,7 @@ open class ClientCallUnaryBase<InputType: Message, OutputType: Message>: ClientC
61
open class ClientCallUnaryTestStub: ClientCallUnary {
62
open class var method: String { fatalError("needs to be overridden") }
63
64
+ public init() {}
65
+
66
open func cancel() {}
67
}
0 commit comments