mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00

- 移除所有未使用的generateCredentials方法 - 删除插件适配器中的过时函数 - 清理MySQL连接器中的无用方法 - 移除Redis利用器中的未调用函数 - 删除遗留加密函数和基础扫描器无用方法 - 完全移除未注册的VNC插件 - 优化代码结构,提升项目可维护性 清理统计: 移除25+个死代码函数,减少400+行无用代码
7 lines
378 B
Go
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.
|