[ Cmii ] [ Octopus ] - 优化项目结构
This commit is contained in:
@@ -2,7 +2,7 @@ package executor
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"wdd.io/agent-go/assert"
|
||||
"wdd.io/agent-common/assert"
|
||||
"wdd.io/agent-go/register"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
"github.com/magiconair/properties/assert"
|
||||
"strconv"
|
||||
"testing"
|
||||
"wdd.io/agent-common/assert"
|
||||
)
|
||||
|
||||
var emptyFilePath = "/home/wdd/IdeaProjects/ProjectOctopus/agent-go/executor/script/123"
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"os/exec"
|
||||
"strconv"
|
||||
"strings"
|
||||
logger2 "wdd.io/agent-go/logger"
|
||||
"wdd.io/agent-common/logger"
|
||||
)
|
||||
|
||||
type ExecutionMessage struct {
|
||||
@@ -21,7 +21,7 @@ type ExecutionMessage struct {
|
||||
ResultKey string `json:"resultKey"`
|
||||
}
|
||||
|
||||
var log = logger2.Log
|
||||
var log = logger.Log
|
||||
|
||||
var AgentOsOperatorCache = &AgentOsOperator{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user