package
0.1.0
Repository: https://github.com/lemmego/api.git
Documentation: pkg.go.dev

# Structs

ConcreteObserver implements the Observer interface.
ConcreteSubject stores state of interest to ConcreteObserver objects and sends notifications when its state changes.

# Interfaces

Observer interface defines the update method which will be called when the subject changes.
Subject interface defines methods for managing observers.