Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
  • Loading branch information
alallema and bidoubiwa authored Jan 31, 2022
1 parent 39f033c commit 0ccb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ClientInterface interface {
IsHealthy() bool
GetTask(taskID int64) (resp *Task, err error)
GetTasks() (resp *ResultTask, err error)
WaitForTask(ctx context.Context, interval time.Duration, taskID *Task) (*Task, error)
WaitForTask(ctx context.Context, interval time.Duration, task *Task) (*Task, error)
DefaultWaitForTask(taskID *Task) (*Task, error)
}

Expand Down

0 comments on commit 0ccb3f7

Please sign in to comment.