Merge branch 'master' into storage_refactor

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-06-16 10:02:20 -03:00
6 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ type Session struct {
Stack string `json:"stack"`
StackName string `json:"stack_name"`
ImageName string `json:"image_name"`
Host string `json:"host"`
Clients []*Client `json:"-"`
closingTimer *time.Timer `json:"-"`
scheduled bool `json:"-"`