Merge branch 'master' into storage_refactor
This commit is contained in:
@@ -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:"-"`
|
||||
|
||||
Reference in New Issue
Block a user