mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 10:52:56 +08:00
* Put C++ sdk out of milvus/core * Delete core/src/sdk * Add clang-format for c++ sdk * Add README.md for sdk * Server unittest run failed on low-end server * set gpu_cache_capacity to 1G
47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
// Generated by the gRPC C++ plugin.
|
|
// If you make any local change, they will be lost.
|
|
// source: status.proto
|
|
#ifndef GRPC_status_2eproto__INCLUDED
|
|
#define GRPC_status_2eproto__INCLUDED
|
|
|
|
#include "status.pb.h"
|
|
|
|
#include <functional>
|
|
#include <grpcpp/impl/codegen/async_generic_service.h>
|
|
#include <grpcpp/impl/codegen/async_stream.h>
|
|
#include <grpcpp/impl/codegen/async_unary_call.h>
|
|
#include <grpcpp/impl/codegen/client_callback.h>
|
|
#include <grpcpp/impl/codegen/client_context.h>
|
|
#include <grpcpp/impl/codegen/completion_queue.h>
|
|
#include <grpcpp/impl/codegen/method_handler_impl.h>
|
|
#include <grpcpp/impl/codegen/proto_utils.h>
|
|
#include <grpcpp/impl/codegen/rpc_method.h>
|
|
#include <grpcpp/impl/codegen/server_callback.h>
|
|
#include <grpcpp/impl/codegen/server_context.h>
|
|
#include <grpcpp/impl/codegen/service_type.h>
|
|
#include <grpcpp/impl/codegen/status.h>
|
|
#include <grpcpp/impl/codegen/stub_options.h>
|
|
#include <grpcpp/impl/codegen/sync_stream.h>
|
|
|
|
namespace grpc_impl {
|
|
class CompletionQueue;
|
|
class ServerCompletionQueue;
|
|
class ServerContext;
|
|
} // namespace grpc_impl
|
|
|
|
namespace grpc {
|
|
namespace experimental {
|
|
template <typename RequestT, typename ResponseT>
|
|
class MessageAllocator;
|
|
} // namespace experimental
|
|
} // namespace grpc
|
|
|
|
namespace milvus {
|
|
namespace grpc {
|
|
|
|
} // namespace grpc
|
|
} // namespace milvus
|
|
|
|
|
|
#endif // GRPC_status_2eproto__INCLUDED
|