publicize jobstatus fields

This commit is contained in:
2023-04-05 20:55:24 +08:00
parent 8d1609a598
commit 3679a9aa17
+2 -2
View File
@@ -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 {