package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Dec 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Do executes task and send output to channel
type Result interface {
Value() interface{}
Error() error
}
Result interface wraps Value and Error methods.
NewResult returns result instance with value as input
Task is a function type which returns result instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.