milvus/cpp/test_client/src/ClientApp.cpp
groot 2a850821b5 add test client
Former-commit-id: af73a98aad00251fa5432d39e092ee950fe2db2b
2019-04-18 10:48:56 +08:00

20 lines
500 B
C++

/*******************************************************************************
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
#include "ClientApp.h"
namespace zilliz {
namespace vecwise {
namespace client {
void ClientApp::Run(const std::string &config_file) {
}
}
}
}