Tim Burks 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago
..
client-call-bidistreaming.swift 308287ea94 Rename the "generate_mock_code" codegen option to "TestStubs" and rename the stub classes to `...TestStub` as well. 7 years ago
client-call-clientstreaming.swift 308287ea94 Rename the "generate_mock_code" codegen option to "TestStubs" and rename the stub classes to `...TestStub` as well. 7 years ago
client-call-serverstreaming.swift 308287ea94 Rename the "generate_mock_code" codegen option to "TestStubs" and rename the stub classes to `...TestStub` as well. 7 years ago
client-call-unary.swift 2e00c363cc Extract the interface of generated code for the `...Call`, `...Session` and `...Service` classes into protocols and make the implementing classes conform to those protocols. This lets us create custom implementations of those protocols, e.g. mocks/stubs/fakes/spies for testing purposes. In particular, this commit also includes an option to have simple fake implementations generated for the above protocols in addition to the "real" implementations (see #120 for a detailed discussion). 7 years ago
client.swift 3526b0a4b5 Rename e.g. `Echo_EchoServiceImpl` to `Echo_EchoServiceClient`. 7 years ago
main.swift 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". 8 years ago
server-session-bidistreaming.swift 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago
server-session-clientstreaming.swift 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago
server-session-serverstreaming.swift 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago
server-session-unary.swift 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago
server.swift 476860a007 Fix code generator and samples for latest gRPC API. 7 years ago