Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outcome ¶
type Outcome struct {
// contains filtered or unexported fields
}
func NewCompositeOutcome ¶
func NewErrorOutcome ¶
func NewOutcome ¶
func NewOutcome() Outcome
func NewValueOutcome ¶
func NewValueOutcome(value interface{}) Outcome
func (Outcome) IsAvailable ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) ProcessAll ¶
func (w *Worker) ProcessAll()
func (*Worker) ProcessTryMultiple ¶
func (*Worker) ProcessTrySingle ¶
Click to show internal directories.
Click to hide internal directories.