Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + var ErrRestartCanceled = errors.New("restart canceled") + type RestartManager interface + Cancel func() error + ShouldRestart func(exitCode uint32, hasBeenManuallyStopped bool, executionDuration time.Duration) (bool, chan error, error) + func New(policy container.RestartPolicy, restartCount int) RestartManager