mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-03 12:58:57 +01:00
job control: implement JobStatus
This commit is contained in:
parent
14b8d69a63
commit
ce351146cf
@ -33,7 +33,7 @@ func (j *ControlJob) JobName() string {
|
||||
}
|
||||
|
||||
func (j *ControlJob) JobStatus(ctx context.Context) (*JobStatus, error) {
|
||||
return &JobStatus{}, nil
|
||||
return &JobStatus{Tasks: nil}, nil
|
||||
}
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user