[agent-go] 初步完成Executor部分的代码- 1
This commit is contained in:
11
agent-go/IRabbitSendWriter.go
Normal file
11
agent-go/IRabbitSendWriter.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
/*type RabbitSendWriter interface {
|
||||
|
||||
Send(conn *RabbitMQConn, connProp *ConnectProperty, message []byte)
|
||||
|
||||
Read(conn *RabbitMQConn, connProp *ConnectProperty, autoAck bool) <-chan amqp.Delivery
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user