Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatService ¶
type ChatService struct {
// contains filtered or unexported fields
}
func NewChatService ¶
func NewChatService( userRepository userRepository, roomRepository roomRepository, clientFactory client.Factory, ) *ChatService
func (*ChatService) HandleWSConn ¶
func (c *ChatService) HandleWSConn(wsConn *websocket.Conn, processedData map[string]interface{}) (err error)
func (*ChatService) ProcessData ¶
func (c *ChatService) ProcessData(data map[string]interface{}) (processedData map[string]interface{}, err error)
Click to show internal directories.
Click to hide internal directories.