//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter10
internal
state
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
54 SLOC
#
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.