//
pkg.gl
Category
github.com/Danny5487401/go_advanced_code
chapter09_design_pattern
03_motion
10_ObserverPattern
package
0.0.0-20240923050528-74966de37765
Repository:
https://github.com/danny5487401/go_advanced_code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
149 SLOC
#
Functions
NewAlarmClock
No description provided by the author
NewMockTimeService
No description provided by the author
#
Variables
GlobalTimeService
No description provided by the author
#
Structs
AlarmClock
No description provided by the author
#
Interfaces
ITimeObserver
定义时间观察者接口, 接收时间变化事件的通知.
ITimeService
定义时间服务的接口, 接受观察者的注册和注销.