增加威胁域名审计
This commit is contained in:
@@ -133,6 +133,11 @@ func (m *LogManager) IsSQLiteEnabled() bool {
|
||||
return m.sqliteStore != nil
|
||||
}
|
||||
|
||||
// GetSQLiteStore 获取 SQLiteStore 实例
|
||||
func (m *LogManager) GetSQLiteStore() *SQLiteStore {
|
||||
return m.sqliteStore
|
||||
}
|
||||
|
||||
// MigrateFromJSON 从 JSON 文件迁移历史数据
|
||||
func (m *LogManager) MigrateFromJSON(jsonPath string) error {
|
||||
if m.sqliteStore == nil {
|
||||
|
||||
Reference in New Issue
Block a user