Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AsyncResult ¶ added in v0.1.12
type AsyncResult struct { Value interface{} Err error }
Provides a generic struct for functions that return Channel. The function can return a generic result and error asynchronously.
Click to show internal directories.
Click to hide internal directories.