mirror of
https://github.com/oarkflow/mq.git
synced 2025-09-26 20:11:16 +08:00
feat: remove un-necessary dependencies
This commit is contained in:
@@ -32,9 +32,9 @@ type Consumer struct {
|
||||
conn net.Conn
|
||||
handler Handler
|
||||
pool *Pool
|
||||
opts *Options
|
||||
id string
|
||||
queue string
|
||||
opts *Options
|
||||
}
|
||||
|
||||
func NewConsumer(id string, queue string, handler Handler, opts ...Option) *Consumer {
|
||||
|
Reference in New Issue
Block a user