//
pkg.gl
Category
github.com/nsnull0/chatappwithgrpc
ChatService
protocol
service
package
0.0.0-20220722174304-a4040c88411e
Repository:
https://github.com/nsnull0/chatappwithgrpc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
213 SLOC
#
Variables
CollectionMessages
CollectionMessages is for message db.
CollectionRoom
CollectionRoom is for room db.
CollectionUser
CollectionUser is for user db.
#
Structs
Connection
Connection is for Server have several connection ?.
Message
Message is content message sent by user.
Room
Room is room created by User.
Server
Server is the interface service of this service.
User
User is sender or receiver.