package
0.0.0-20250114054016-c032c0c4f81d
Repository: https://github.com/gnsalok/design-patterns-go.git
Documentation: pkg.go.dev

# Structs

EmailNotifier is a concrete component that sends email notifications.
FacebookDecorator is a concrete decorator that adds Facebook notification functionality.
NotifierDecorator is a base decorator that implements the Notifier interface.
SMSDecorator is a concrete decorator that adds SMS notification functionality.

# Interfaces

Notifier defines the interface for sending notifications.