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
|
|
Click to show internal directories.
Click to hide internal directories.