//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter11
reactive
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
47 SLOC
#
Packages
example
No description provided by the author
#
Functions
Exec
Exec connects rxgo and returns our results side-effect + a subscription channel to block on at the end.
GetWine
GetWine returns an array of wines, ages, and ratings.
#
Structs
Result
Result is used for aggregation.
Wine
Wine represents a bottle of wine and is our input stream.
#
Type aliases
Results
Results holds a list of results by age.