Move stack creation when starting session

- If stack is not found return 400 status code
This commit is contained in:
Marcos Lilljedahl
2017-05-16 14:09:15 -03:00
parent 5dd56a2886
commit 31823109a5
4 changed files with 64 additions and 24 deletions

View File

@@ -56,7 +56,6 @@ type Session struct {
scheduled bool `json:"-"`
ticker *time.Ticker `json:"-"`
PwdIpAddress string `json:"pwd_ip_address"`
StackFile string `json:"-"`
}
func (s *Session) Lock() {