Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2020 Changes in this version + type TaskCtl struct + RetryCount int + func NewTaskCtl() TaskCtl + func (t *TaskCtl) Retry(err error) + func (t *TaskCtl) SetError(err error) + func (t *TaskCtl) SetRetryCount(c int) + func (t TaskCtl) CanRetry() bool + func (t TaskCtl) GetError() error