Documentation ¶
Overview ¶
Package maybedoer contains a pipeline of actions that might fail. If any action in the chain fails, no further actions take place and the error becomes the pipeline error.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Impl ¶
type Impl struct {
// contains filtered or unexported fields
}
Impl sequences a set of actions to be performed via calls to `Maybe` such that any previous error prevents new actions from being performed.
This is, conceptually, just a go-ification of the Maybe monad.
Click to show internal directories.
Click to hide internal directories.