Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91c27b30bf | |||
| 3ed094ff55 |
@@ -74,7 +74,7 @@ func (s *Service) Register() error {
|
|||||||
ID: s.GetID(),
|
ID: s.GetID(),
|
||||||
// Kind: consul.ServiceKindConnectProxy,
|
// Kind: consul.ServiceKindConnectProxy,
|
||||||
Name: s.Name,
|
Name: s.Name,
|
||||||
Address: s.Address,
|
Address: s.domain,
|
||||||
Port: s.port,
|
Port: s.port,
|
||||||
Tags: s.getTags(),
|
Tags: s.getTags(),
|
||||||
// Connect: &consul.AgentServiceConnect{Native: true},
|
// Connect: &consul.AgentServiceConnect{Native: true},
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package rabbitmq
|
|||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/streadway/amqp"
|
amqp "github.com/rabbitmq/amqp091-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Open(url string) (*amqp.Connection, *amqp.Channel, error) {
|
func Open(url string) (*amqp.Connection, *amqp.Channel, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user