[ CMII ] [ Operator ] - modify pacakge name

This commit is contained in:
zeaslity
2024-01-24 14:12:21 +08:00
parent c4e9cff01a
commit 2c1cde980c
15 changed files with 67 additions and 81 deletions

View File

@@ -1,9 +1,9 @@
package rabbitmq
import (
"agent-go/g"
"encoding/json"
"fmt"
"wdd.io/agent-go/g"
)
var OctopusToServerQueue = &RabbitQueue{}

View File

@@ -1,13 +1,13 @@
package rabbitmq
import (
"agent-go/executor"
"agent-go/g"
"agent-go/status"
"agent-go/utils"
"encoding/json"
"fmt"
"strings"
"wdd.io/agent-go/executor"
"wdd.io/agent-go/g"
"wdd.io/agent-go/status"
"wdd.io/agent-go/utils"
)
type IOctopusMessage interface {

View File

@@ -1,12 +1,12 @@
package rabbitmq
import (
"agent-go/g"
logger2 "agent-go/logger"
"fmt"
"github.com/streadway/amqp"
"strings"
"sync"
"wdd.io/agent-go/g"
logger2 "wdd.io/agent-go/logger"
)
type RabbitMQ interface {