refactor: use directional channel parameters

Description

The MR refactors channel parameters in inputCapture, jobsView, and updateJobs functions.

Benefits of channel direction:

  • Type safety
  • Explicit communication intent
  • Preventing unintended operations
  • Improved code readability

How has this been tested?

go build ./...

Merge request reports

Loading
Loading