Add mongo labels to types
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user