//
pkg.gl
Category
github.com/PacktPublishing/Hands-On-Software-Engineering-with-Golang
Chapter04
chat
package
0.0.0-20230706072115-8b501b01151f
Repository:
https://github.com/packtpublishing/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.