PR Code Review Changes

This commit is contained in:
ananaysingh 2022-08-18 11:21:12 +05:30
parent ff6c3e1df6
commit 30c06da51d
3 changed files with 45 additions and 75 deletions

View file

@ -28,7 +28,7 @@ import (
)
var username, password, zkAddr, schedAddr string
var env, role, name, instance = new(string), new(string), new(string), new(string)
var env, role, name = new(string), new(string), new(string)
var dedicated string
var ram, disk, gpu, port int64
var cpu float64
@ -51,6 +51,7 @@ var monitor bool
var timeout time.Duration
var log = logrus.New()
var taskStatus = new(string)
var instance = new(string)
const australisVer = "v1.0.4"