mirror of https://github.com/milvus-io/milvus.git
Update Documents
Former-commit-id: b03de7c17c53dad9aa471eccc3841a2d0e4bd410pull/191/head
parent
b48988b0f6
commit
541c2ecc3d
|
@ -1,14 +0,0 @@
|
|||
#include "License.h"
|
||||
|
||||
namespace zilliz {
|
||||
namespace vecwise {
|
||||
namespace server {
|
||||
|
||||
ServerError
|
||||
LicenseValidate(const std::string& path) {
|
||||
return SERVER_SUCCESS;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "utils/Error.h"
|
||||
|
||||
namespace zilliz {
|
||||
namespace vecwise {
|
||||
namespace server {
|
||||
|
||||
ServerError
|
||||
LicenseValidate(const std::string& path);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue