[ CMII ] [ Operator ] - 抽离为单独的项目
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
"agent-go/register"
|
||||
"fmt"
|
||||
"net"
|
||||
"strings"
|
||||
"wdd.io/agent-go/register"
|
||||
)
|
||||
|
||||
type BaseFunc interface {
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
logger2 "agent-go/logger"
|
||||
"bufio"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"os/exec"
|
||||
"strconv"
|
||||
"strings"
|
||||
logger2 "wdd.io/agent-go/logger"
|
||||
)
|
||||
|
||||
type ExecutionMessage struct {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
"agent-go/status"
|
||||
"encoding/json"
|
||||
"strconv"
|
||||
"strings"
|
||||
"wdd.io/agent-go/status"
|
||||
)
|
||||
|
||||
func BuildAgentOsOperator(agentInfo *status.AgentInfo, ossOfflinePrefix string) *AgentOsOperator {
|
||||
|
||||
Reference in New Issue
Block a user