diff --git a/statediff/service.go b/statediff/service.go index 5aaff6adf..8a8c570f8 100644 --- a/statediff/service.go +++ b/statediff/service.go @@ -155,8 +155,8 @@ type JobID uint64 // JobStatus represents the status of a completed job type JobStatus struct { - id JobID - err error + ID JobID + Err error } type statusSubscription struct {