//
pkg.gl
Category
github.com/lemmego/api
event
package
0.1.0
Repository:
https://github.com/lemmego/api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
68 SLOC
#
Structs
ConcreteObserver
ConcreteObserver implements the Observer interface.
ConcreteSubject
ConcreteSubject stores state of interest to ConcreteObserver objects and sends notifications when its state changes.
#
Interfaces
Observer
Observer interface defines the update method which will be called when the subject changes.
Subject
Subject interface defines methods for managing observers.