mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 03:13:22 +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
25 lines
762 B
C++
25 lines
762 B
C++
// Generated by the gRPC C++ plugin.
|
|
// If you make any local change, they will be lost.
|
|
// source: status.proto
|
|
|
|
#include "status.pb.h"
|
|
#include "status.grpc.pb.h"
|
|
|
|
#include <functional>
|
|
#include <grpcpp/impl/codegen/async_stream.h>
|
|
#include <grpcpp/impl/codegen/async_unary_call.h>
|
|
#include <grpcpp/impl/codegen/channel_interface.h>
|
|
#include <grpcpp/impl/codegen/client_unary_call.h>
|
|
#include <grpcpp/impl/codegen/client_callback.h>
|
|
#include <grpcpp/impl/codegen/method_handler_impl.h>
|
|
#include <grpcpp/impl/codegen/rpc_service_method.h>
|
|
#include <grpcpp/impl/codegen/server_callback.h>
|
|
#include <grpcpp/impl/codegen/service_type.h>
|
|
#include <grpcpp/impl/codegen/sync_stream.h>
|
|
namespace milvus {
|
|
namespace grpc {
|
|
|
|
} // namespace milvus
|
|
} // namespace grpc
|
|
|