//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter04
chat
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
34 SLOC
#
Functions
NewRoom
NewRoom creates a new chat root instance that ued pub to broadcast messages.
#
Structs
Room
Room models a chat room.
#
Interfaces
Publisher
Publisher is implemented by objects that can send a message to a user.