Skip to content

feat: ssh client implement #370

feat: ssh client implement

feat: ssh client implement #370

Triggered via pull request November 10, 2023 08:23
Status Failure
Total duration 42s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint
issues found
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/frp/frp. Supported file pattern: go.sum
lint: pkg/ssh/service.go#L52
exported: type name will be used as ssh.SSHCmdPayload by other packages, and that stutters; consider calling this CmdPayload (revive)
lint: pkg/ssh/service.go#L59
exported: type name will be used as ssh.SSHExtraPayload by other packages, and that stutters; consider calling this ExtraPayload (revive)
lint: pkg/ssh/service.go#L67
exported: type name will be used as ssh.SSHService by other packages, and that stutters; consider calling this Service (revive)