fscan/Plugins/adapters/plugin_adapter.go
ZacharyZcR f097d2812a refactor: 清理项目死代码和未使用函数
- 移除所有未使用的generateCredentials方法
- 删除插件适配器中的过时函数
- 清理MySQL连接器中的无用方法
- 移除Redis利用器中的未调用函数
- 删除遗留加密函数和基础扫描器无用方法
- 完全移除未注册的VNC插件
- 优化代码结构,提升项目可维护性

清理统计: 移除25+个死代码函数,减少400+行无用代码
2025-08-12 11:51:36 +08:00

7 lines
378 B
Go

// Package adapters provides plugin compatibility layers.
// This package contains legacy adapter code that was part of a transition architecture.
// The adapter functions were not being used in the current codebase.
package adapters
// Legacy plugin adapter functionality has been removed as it was unused.
// This file is preserved for future compatibility needs if required.