Loading
The source project of this merge request has been removed.
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 ./...