package
0.0.0-20240220045909-d6d59087f46f
Repository: https://github.com/hemant-jain-author/design-patterns-using-go.git
Documentation: pkg.go.dev

# Structs

ConcreteFactory1 struct.
ConcreteFactory2 struct.
MacButton struct.
MacFactory struct.
MacMenu struct.
ProductA1 struct.
ProductA2 struct.
ProductB1 struct.
ProductB2 struct.
WinButton struct.
WinFactory struct.
WinMenu struct.

# Interfaces

AbstractFactory interface.
AbstractFactory interface.
Button interface.
Menu interface.
ProductA interface.
ProductB interface.