get command by uuid

This commit is contained in:
nicksherron 2020-02-09 19:38:17 -05:00
parent 51dfeb11b3
commit e942e2331e

View file

@ -29,6 +29,7 @@ type Query struct {
ExitStatus int `form:"exitStatus" json:"exitStatus" xml:"exitStatus"`
Username string `form:"username" json:"username" xml:"username"`
SystemName string `gorm:"-" json:"systemName"`
//TODO: implement sessions
SessionID string `form:"session_id" json:"session_id" xml:"session_id"`
}
type SystemQuery struct {