Merge branch 'master' of https://github.com/ReforgedStudios/melody into ReforgedStudios-master
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
// Session is wrapper around websocket connections.
|
||||
type Session struct {
|
||||
Request *http.Request
|
||||
Params map[string]interface{}
|
||||
conn *websocket.Conn
|
||||
output chan *envelope
|
||||
melody *Melody
|
||||
|
||||
Reference in New Issue
Block a user