package
0.0.0-20220722174304-a4040c88411e
Repository: https://github.com/nsnull0/chatappwithgrpc.git
Documentation: pkg.go.dev

# Variables

CollectionMessages is for message db.
CollectionRoom is for room db.
CollectionUser is for user db.

# Structs

Connection is for Server have several connection ?.
Message is content message sent by user.
Room is room created by User.
Server is the interface service of this service.
User is sender or receiver.