merge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifndef I_KMS_CORE_HPP
|
||||
#ifndef IKMS_CORE_HPP
|
||||
#define IKMS_CORE_HPP
|
||||
|
||||
#include "kms_common.hpp"
|
||||
@@ -11,7 +11,7 @@ public:
|
||||
virtual ~IKmsCore() = default;
|
||||
|
||||
/**
|
||||
* @brief 自定义初始化逻辑
|
||||
* @brief 自定义初始化逻辑,不需要手动调用,会在单例第一次被创建时自动调用
|
||||
* local:解析json, 随后LoadCmkByUsername
|
||||
* tencent:或许可以是从配置文件中读取参数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user