[ Project ] 适配前端部分代码
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
||||
|
||||
type RabbitMQ interface {
|
||||
RabbitSendWriter
|
||||
|
||||
RabbitConnectCloser
|
||||
}
|
||||
|
||||
@@ -29,6 +28,7 @@ type RabbitConnectCloser interface {
|
||||
|
||||
type RabbitQueue struct {
|
||||
RabbitConn *RabbitMQConn
|
||||
|
||||
RabbitProp *ConnectProperty
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user