package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

NewPipeline initializes the workers and connects them, it returns the input of the pipeline and the final output.

# Constants

Encode base64 encodes input.
Print echo's all input to stdout.

# Structs

Worker have one role that is determined when Work is called.

# Type aliases

Job is a job a worker can do.