package
0.0.0-20241214025824-d997f9529958
Repository: https://github.com/kelein/cookbook.git
Documentation: pkg.go.dev

# Functions

GetCircleBlockFactory return a singleton instance of CircleBlockFactory.
GetSquareBlockFactory return a singleton instance of SquareBlockFactory.

# Structs

BlockFactory product blocks.
CircleBlock concrete circle block.
CircleBlockFactory product circle blocks.
SquareBlock concrete square block.
SquareBlockFactory product square blocks.

# Interfaces

Block of abstract.
Factory of block.