feat: remove un-necessary dependencies

This commit is contained in:
sujit
2024-10-15 20:34:56 +05:45
parent 8d96882d95
commit e9f98a0816
7 changed files with 18 additions and 18 deletions

View File

@@ -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 {