//
pkg.gl
Category
github.com/blackhorseya/golang-101
design-patterns
behavioral
mediator
package
0.0.0-20241212013832-3e83a38c33ff
Repository:
https://github.com/blackhorseya/golang-101.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
36 SLOC
#
Functions
NewUser
No description provided by the author
#
Structs
ChatMediator
ChatMediator 是具體的中介者,協調同事對象之間的交互.
User
User 是具體同事,通過中介者與其他同事通信.
#
Interfaces
Colleague
Colleague 定義了同事的接口.
Mediator
Mediator 定義了中介者的接口.