INNER CODE UNIT · Go
err
aleibovici/cryptopump · main.go:287
if err = cmd.Start(); err != nil { /* Start the new process */
logger.LogEntry{ /* Log error */
Config: fh.configData,
Market: nil,
Session: fh.sessionData,
Order: &types.Order{},
Message: functions.GetFunctionName() + " - " + err.Error(),
LogLevel: "DebugLevel",
}.Do()
}
functions.ExecuteTemplate(w, fh.configData, fh.sessionData) /* This is the template execution for 'index' */
case "start":
go execution(fh.viperData, fh.configData, fh.sessionData, fh.marketData) /* Start the execution process */