package
0.0.0-20240521090715-5d6a874dcb05
Repository: https://github.com/mistandok/chat-server.git
Documentation: pkg.go.dev
# Variables
ErrChatNotFound сигнальная ошибка в случае отсутствия чата.
ErrUserNotFound сигнальная ошибка в случае отсутствия пользователя.
ErrUserNotInTheChat сигнальная ошибка в случае отсутствия пользователя в чате.
# Interfaces
ChatRepository interface for control chat.
MessageRepository interface for control message.
UserRepository interface for control user.