Adding banned to runninginstance
This commit is contained in:
parent
12447ab3fa
commit
085ba34f7b
@ -56,6 +56,7 @@ type RunningInstance struct {
|
|||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
LastRun string `json:"lastrun"`
|
LastRun string `json:"lastrun"`
|
||||||
CaptureType string `json:"capturetype"`
|
CaptureType string `json:"capturetype"`
|
||||||
|
banned bool
|
||||||
client http.Client
|
client http.Client
|
||||||
client_id string
|
client_id string
|
||||||
client_secret string
|
client_secret string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user