mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-15 09:10:24 +08:00
服务访问日志增加今天和历史的访问日志查看
This commit is contained in:
@@ -13,7 +13,9 @@ type SysSettingDAO dbs.DAO
|
||||
type SettingCode = string
|
||||
|
||||
const (
|
||||
SettingCodeGlobalConfig SettingCode = "globalConfig"
|
||||
SettingCodeServerGlobalConfig SettingCode = "serverGlobalConfig" // 服务相关全局设置
|
||||
SettingCodeNodeMonitor SettingCode = "nodeMonitor" // 监控节点状态
|
||||
SettingCodeClusterHealthCheck SettingCode = "clusterHealthCheck" // 集群健康检查
|
||||
)
|
||||
|
||||
func NewSysSettingDAO() *SysSettingDAO {
|
||||
|
||||
Reference in New Issue
Block a user