From 3679a9aa17ec658df51a5bbe669fb1e60f470c2e Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Mon, 3 Apr 2023 17:34:09 +0800 Subject: [PATCH] publicize jobstatus fields --- statediff/service.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {