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

# Functions

No description provided by the author
No description provided by the author

# Structs

ConcreteBookParser is a concrete implementation of the BookParser interface.
LazyBookParserProxy is a proxy implementation of the BookParser interface.
Proxy is a proxy implementation of the Subject interface.
Proxy is a proxy implementation of the Subject interface.
RealSubject is a concrete implementation of the Subject interface.
RealSubject is a concrete implementation of the Subject interface.

# Interfaces

BookParser is an interface representing a book parser.
Subject is an interface representing a subject.
Subject is an interface representing a subject.