//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter09
state
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
54 SLOC
#
Packages
example
No description provided by the author
#
Functions
Process
Process switches on operation type Then does work.
Processor
Processor routes work to Process.
#
Constants
Add
Add values.
Divide
Divide values.
Multiply
Multiply values.
Subtract
Subtract values.
#
Structs
WorkRequest
WorkRequest perform an op on two values.
WorkResponse
WorkResponse returns the result and any errors.