Merge branch 'master' of https://github.com/ReforgedStudios/melody into ReforgedStudios-master

This commit is contained in:
Ola Holmström
2016-12-09 21:48:16 +01:00
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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