package
0.0.0-20240220045909-d6d59087f46f
Repository: https://github.com/hemant-jain-author/design-patterns-using-go.git
Documentation: pkg.go.dev

# Functions

NewParticipant creates a new participant and adds it to the chat room.

# Structs

ChatRoom struct implementing IChatRoom.
ConcreteColleague struct.
ConcreteColleague1 struct.
ConcreteColleague2 struct.
ConcreteMediator struct.
ConcreteMediator struct.
Participant struct implementing IParticipant.

# Interfaces

Colleague interface.
Colleague interface.
IChatRoom interface.
IParticipant interface.
Mediator interface.
Mediator interface.