fix: 修复5个关键bug - 智能扫描/进度条/并发 #105
Annotations
10 errors
|
代码检查:
plugins/local/ldpreload.go#L317
cannot use NewLDPreloadPlugin() (value of type *LDPreloadPlugin) as Plugin value in return statement: *LDPreloadPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/keylogger.go#L271
cannot use NewKeyloggerPlugin() (value of type *KeyloggerPlugin) as Plugin value in return statement: *KeyloggerPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/forwardshell.go#L224
cannot use NewForwardShellPlugin() (value of type *ForwardShellPlugin) as Plugin value in return statement: *ForwardShellPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/fileinfo.go#L179
cannot use NewFileInfoPlugin() (value of type *FileInfoPlugin) as Plugin value in return statement: *FileInfoPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/envinfo.go#L128
cannot use NewEnvInfoPlugin() (value of type *EnvInfoPlugin) as Plugin value in return statement: *EnvInfoPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/downloader.go#L248
cannot use NewDownloaderPlugin() (value of type *DownloaderPlugin) as Plugin value in return statement: *DownloaderPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/crontask.go#L341
cannot use NewCronTaskPlugin() (value of type *CronTaskPlugin) as Plugin value in return statement: *CronTaskPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/cleaner.go#L273
cannot use NewCleanerPlugin() (value of type *CleanerPlugin) as Plugin value in return statement: *CleanerPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
plugins/local/avdetect.go#L202
cannot use NewAVDetectPlugin() (value of type *AVDetectPlugin) as Plugin value in return statement: *AVDetectPlugin does not implement Plugin (missing method Name) (typecheck)
|
|
代码检查:
common/i18n/init.go#L4
could not import github.com/shadow1ng/fscan/common/i18n/messages (-: cannot compile Go 1.22 code) (typecheck)
|