//
pkg.gl
Category
github.com/KEVISONG/go
internal
design-patterns
behavioral
observer
package
0.0.0-20220720150152-e90a610b5d70
Repository:
https://github.com/kevisong/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
44 SLOC
#
Functions
Run
No description provided by the author
#
Structs
Central
Central is the subject that notifies all observers when there is a state change, which in this case - new msg.
Monitor1
Monitor1 is an observer.
Monitor2
Monitor2 is an observer.
#
Interfaces
Observer
No description provided by the author
Subject
No description provided by the author