package
0.0.0-20230706072115-8b501b01151f
Repository: https://github.com/packtpublishing/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

NewRoom creates a new chat root instance that ued pub to broadcast messages.

# Structs

Room models a chat room.

# Interfaces

Publisher is implemented by objects that can send a message to a user.