[ Server ] [ APP ] - accomplish rke and dashboard

This commit is contained in:
zeaslity
2023-11-20 17:35:08 +08:00
parent c47e6b5ed1
commit eb778bf60b
15 changed files with 277 additions and 83 deletions

View File

@@ -30,7 +30,7 @@ func Execute(em *ExecutionMessage) (bool, []string) {
var resultLog []string
var err error
ok := true
executionContent := em.ExecutionType + "==" + strings.Join(em.FuncContent, " - ")
executionContent := em.ExecutionType + " == " + strings.Join(em.FuncContent, " - ")
log.DebugF("em message is => %#v", em)