mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-12-29 11:23:59 +08:00
get command by uuid
This commit is contained in:
parent
51dfeb11b3
commit
e942e2331e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue