gojek / proctor

A Developer-Friendly Automation Orchestrator
Apache License 2.0
123 stars 43 forks source link

Refactor auditing of proctor jobs #64

Closed olttwa closed 5 years ago

olttwa commented 5 years ago

Currently, Golang's context is used to pass auditing metadata. This is a bad practice.

Instead, We could have a builder object and pass it for auditing at the end. That will be more cleaner.