mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 10:22:41 +08:00
Update Documents
Former-commit-id: b03de7c17c53dad9aa471eccc3841a2d0e4bd410
This commit is contained in:
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…
x
Reference in New Issue
Block a user