feat: add secret feature

This commit is contained in:
engigu
2026-03-27 14:51:29 +08:00
parent 06589e87c4
commit cc3316c4b8
19 changed files with 447 additions and 76 deletions
+5
View File
@@ -123,6 +123,7 @@ const (
// Agent 状态
AgentStatusOnline = "online"
AgentStatusOffline = "offline"
// AppLog 分类
LogCategoryDefault = "default"
LogCategorySystemNotice = "system_notice"
@@ -139,6 +140,10 @@ const (
LogStatusRead = "read"
LogStatusSuccess = "success"
LogStatusFailed = "failed"
// Env Type
EnvTypeNormal = "normal"
EnvTypeSecret = "secret"
)
// TablePrefix 表前缀,从配置文件读取