feat(plugins): add experimental pktmon plugin for Windows #1809
Annotations
10 errors
Lint (windows, arm64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L58
unexported-return: exported func NewClient returns unexported type *pktmon.pktMonClient, which can be annoying to use (revive)
|
Lint (windows, arm64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L198
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, arm64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L208
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, arm64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L212
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, arm64)
issues found
|
Lint (windows, amd64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L58
unexported-return: exported func NewClient returns unexported type *pktmon.pktMonClient, which can be annoying to use (revive)
|
Lint (windows, amd64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L198
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, amd64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L208
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, amd64):
pkg/plugin/windows/pktmon/pktmon_plugin_windows.go#L212
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint (windows, amd64)
issues found
|