Add mongo labels to types

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-09-04 17:17:28 -03:00
parent d8ec0eb754
commit 6a8c3df9f6
2 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ package types
type Client struct {
Id string `json:"id" bson:"id"`
SessionId string `json:"session_id"`
SessionId string `json:"session_id" bson:"session_id"`
ViewPort ViewPort `json:"viewport"`
}