This commit is contained in:
blue-lemon0104
2026-04-07 15:45:41 +08:00
parent 0120fa9ce3
commit 46fa58f6f8
27 changed files with 527 additions and 2818 deletions

View File

@@ -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或许可以是从配置文件中读取参数
*/