package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/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.