patterns/

directory
v0.0.0-...-44f814d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2023 License: GPL-3.0

Directories

Path Synopsis
creational
singleton
Singleton is a creational design pattern, which ensures that only one object of its kind exists and provides a single point of access to it for any other code.
Singleton is a creational design pattern, which ensures that only one object of its kind exists and provides a single point of access to it for any other code.
messaging
fanOut
Package fanOut -- Fan out/fan in pattern in Go The Fan out/fan in pattern in Go allows for the processing of activities in parallel, where multiple functions are spun to execute the activities, and at the end of processing, the orchestrator waits for all parallel activities to finish
Package fanOut -- Fan out/fan in pattern in Go The Fan out/fan in pattern in Go allows for the processing of activities in parallel, where multiple functions are spun to execute the activities, and at the end of processing, the orchestrator waits for all parallel activities to finish
structural

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL