package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.