Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebsocketHandler ¶
type WebsocketHandler interface { Message(s interfaces.MelodySession, msg *models.Message) (json.RawMessage, error) Connect(s interfaces.MelodySession, r *http.Request, keys map[string]interface{}) error Disconnect(s interfaces.MelodySession) error }
Click to show internal directories.
Click to hide internal directories.