Skip to content

fix: 修复5个关键bug - 智能扫描/进度条/并发 #105

fix: 修复5个关键bug - 智能扫描/进度条/并发

fix: 修复5个关键bug - 智能扫描/进度条/并发 #105

Triggered via push December 17, 2025 09:14
Status Failure
Total duration 35s
Artifacts

test-build.yml

on: push
代码检查
31s
代码检查
单元测试和构建
0s
单元测试和构建
构建测试
0s
构建测试
Fit to window
Zoom out
Zoom in

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)