summaryrefslogtreecommitdiff
path: root/src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h')
-rw-r--r--src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h b/src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h
new file mode 100644
index 0000000..69e827a
--- /dev/null
+++ b/src/currency/build/generated/proto/grpc/health/v1/health_mock.grpc.pb.h
@@ -0,0 +1,30 @@
+// Generated by the gRPC C++ plugin.
+// If you make any local change, they will be lost.
+// source: grpc/health/v1/health.proto
+
+#ifndef GRPC_MOCK_grpc_2fhealth_2fv1_2fhealth_2eproto__INCLUDED
+#define GRPC_MOCK_grpc_2fhealth_2fv1_2fhealth_2eproto__INCLUDED
+
+#include "grpc/health/v1/health.pb.h"
+#include "grpc/health/v1/health.grpc.pb.h"
+
+#include <grpcpp/support/async_stream.h>
+#include <grpcpp/support/sync_stream.h>
+#include <gmock/gmock.h>
+namespace grpc {
+namespace health {
+namespace v1 {
+
+class MockHealthStub : public Health::StubInterface {
+ public:
+ MOCK_METHOD3(Check, ::grpc::Status(::grpc::ClientContext* context, const ::grpc::health::v1::HealthCheckRequest& request, ::grpc::health::v1::HealthCheckResponse* response));
+ MOCK_METHOD3(AsyncCheckRaw, ::grpc::ClientAsyncResponseReaderInterface< ::grpc::health::v1::HealthCheckResponse>*(::grpc::ClientContext* context, const ::grpc::health::v1::HealthCheckRequest& request, ::grpc::CompletionQueue* cq));
+ MOCK_METHOD3(PrepareAsyncCheckRaw, ::grpc::ClientAsyncResponseReaderInterface< ::grpc::health::v1::HealthCheckResponse>*(::grpc::ClientContext* context, const ::grpc::health::v1::HealthCheckRequest& request, ::grpc::CompletionQueue* cq));
+};
+
+} // namespace v1
+} // namespace health
+} // namespace grpc
+
+
+#endif // GRPC_MOCK_grpc_2fhealth_2fv1_2fhealth_2eproto__INCLUDED