#include <memory>
#include <grpc/grpc.h>
#include <grpcpp/channel.h>
#include "src/proto/grpc/testing/messages.pb.h"
#include "src/proto/grpc/testing/test.grpc.pb.h"
Go to the source code of this file.
Classes | |
class | grpc::testing::InteropClient |
class | grpc::testing::InteropClient::ServiceStub |
Namespaces | |
grpc | |
grpc::testing | |
Typedefs | |
typedef std::function< std::shared_ptr< Channel >void)> | grpc::testing::ChannelCreationFunc |
typedef std::function< void(const InteropClientContextInspector &, const SimpleRequest *, const SimpleResponse *)> | grpc::testing::CheckerFn |