|
|
|
@@ -375,11 +375,6 @@ func CloudBrainCommitImage(ctx *context.Context, form auth.CommitImageCloudBrain |
|
|
|
|
|
|
|
func CloudBrainStop(ctx *context.Context) { |
|
|
|
var jobID = ctx.Params(":jobid") |
|
|
|
if !ctx.IsSigned { |
|
|
|
log.Error("the user has not signed in") |
|
|
|
ctx.Error(http.StatusForbidden, "","the user has not signed in") |
|
|
|
return |
|
|
|
} |
|
|
|
task, err := models.GetCloudbrainByJobID(jobID) |
|
|
|
if err != nil { |
|
|
|
ctx.ServerError("GetCloudbrainByJobID failed", err) |
|
|
|
|