publicize jobstatus fields
This commit is contained in:
parent
8d1609a598
commit
3679a9aa17
@ -155,8 +155,8 @@ type JobID uint64
|
|||||||
|
|
||||||
// JobStatus represents the status of a completed job
|
// JobStatus represents the status of a completed job
|
||||||
type JobStatus struct {
|
type JobStatus struct {
|
||||||
id JobID
|
ID JobID
|
||||||
err error
|
Err error
|
||||||
}
|
}
|
||||||
|
|
||||||
type statusSubscription struct {
|
type statusSubscription struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user