package
0.0.0-20221107053822-20cac23e0f41
Repository: https://github.com/jc0803kevin/go-study.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewChatUI returns a new ChatUI struct that controls the text UI.

# Constants

ChatRoomBufSize is the number of incoming messages to buffer for each topic.
DiscoveryInterval is how often we re-publish our mDNS records.
DiscoveryServiceTag is used in our mDNS advertisements to discover other chat peers.

# Structs

No description provided by the author
No description provided by the author
ChatUI is a Text User Interface (TUI) for a ChatRoom.