KillTask API (#37)

This commit is contained in:
ananaysingh 2022-08-18 22:57:57 +05:30 committed by GitHub
parent 2c703978bb
commit b0743636a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 1 deletions

View file

@ -51,6 +51,7 @@ var monitor bool
var timeout time.Duration
var log = logrus.New()
var taskStatus = new(string)
var instances = new(string)
const australisVer = "v1.0.4"