mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
25 lines
422 B
C++
25 lines
422 B
C++
/**
|
|
* Autogenerated by Thrift Compiler (0.11.0)
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#ifndef VectorService_CONSTANTS_H
|
|
#define VectorService_CONSTANTS_H
|
|
|
|
#include "VectorService_types.h"
|
|
|
|
namespace zilliz {
|
|
|
|
class VectorServiceConstants {
|
|
public:
|
|
VectorServiceConstants();
|
|
|
|
};
|
|
|
|
extern const VectorServiceConstants g_VectorService_constants;
|
|
|
|
} // namespace
|
|
|
|
#endif
|