Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecState ¶
type ExecState int
func (ExecState) Next ¶
func (e ExecState) Next(ctx context.Context, err error, postUseChecksum bool) (next ExecState, nextIsRetry bool, msg string)
Next returns the next state considering the `err` encountered after completing this state. It also returns a message (suitable for logging) explaining why the next state was chosen and whether the next state is a retry.
Click to show internal directories.
Click to hide internal directories.