From 085ba34f7b260f44251103c02109ed94c5064f30 Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Wed, 22 Dec 2021 01:46:54 +0000 Subject: [PATCH] Adding banned to runninginstance --- shared/headers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/headers.go b/shared/headers.go index 6e8ab61..3a5539e 100644 --- a/shared/headers.go +++ b/shared/headers.go @@ -56,6 +56,7 @@ type RunningInstance struct { Status int `json:"status"` LastRun string `json:"lastrun"` CaptureType string `json:"capturetype"` + banned bool client http.Client client_id string client_secret string