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

# Functions

NewBusinessLogicLayer constructor.
NewController constructor.
NewDataAccessLayer constructor.
NewDataProcessingPipeline constructor.
NewModel constructor.
NewModel constructor.
NewPresentationLayer constructor.
NewPresenter constructor.
NewView constructor.
NewView constructor.
NewViewModel constructor.

# Structs

BusinessLogicLayer struct.
CapitalizeFilter struct.
Controller struct.
DataAccessLayer struct.
DataProcessingPipeline struct.
Model struct.
Model struct.
Model struct.
PresentationLayer struct.
Presenter struct.
RemoveSpecialCharactersFilter struct.
ReplaceSpaceFilter struct.
View struct.
View struct.
View struct.
ViewModel struct.

# Interfaces

Filter interface.