package
0.0.0-20240710181630-7d9bfcd0c6de
Repository: https://github.com/andreimartynenko/chat-server.git
Documentation: pkg.go.dev

# Structs

Chat type is the main structure for chat.
Log type is the main structure for transaction log record.
Message type is the main structure for user message.

# Interfaces

Stream is the wrapper for gRPC stream interface.