package
0.0.0-20190827232642-05e4c81b6267
Repository: https://github.com/askadias/go-chat-cluster.git
Documentation: pkg.go.dev
# Functions
Adds member to the chat room.
Initializes a WebSocket connection for the current user.
Create chat room.
Deletes chat room.
Returns all members info for a given chat room.
Returns all chat member infos for a given member.
Returns chat log of a given room.
Returns list of authenticated user friends.
Returns room member info.
Returns chat room by its ID.
Returns all the current user's chat rooms.
Returns user by ID.
Batch request to fetch users by IDs.
Returns error response if application doesn't have permission to fetch user friends.
Retrieves user info using OAuth flow and returns encrypted JWT with username and id.
Removes chat room member.
Send message to the chat log of a given room.
Updates room messages last read time fo a given member.
# Structs
No description provided by the author