#include "src/cpp/server/health/default_health_check_service.h"
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <utility>
#include "absl/memory/memory.h"
#include "upb/upb.h"
#include "upb/upb.hpp"
#include <grpc/slice.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/rpc_method.h>
#include <grpcpp/impl/rpc_service_method.h>
#include <grpcpp/support/slice.h>
#include "src/proto/grpc/health/v1/health.upb.h"
Go to the source code of this file.
Namespaces | |
grpc | |
Macros | |
#define | MAX_SERVICE_NAME_LENGTH 200 |
#define MAX_SERVICE_NAME_LENGTH 200 |
Definition at line 39 of file default_health_check_service.cc.