feat(v2): implement v2 #102
Annotations
11 errors and 2 warnings
lint:
v2/client.go#L1
: # github.com/heureka/gorabbit/v2
|
lint:
v2/client.go#L96
c.channel.ConsumeWithContext undefined (type *amqp091.Channel has no field or method ConsumeWithContext) (typecheck)
|
lint:
v2/client_test.go#L13
could not import github.com/heureka/gorabbit/v2 (-: # github.com/heureka/gorabbit/v2
|
lint:
v2/client.go#L96
c.channel.ConsumeWithContext undefined (type *amqp091.Channel has no field or method ConsumeWithContext)) (typecheck)
|
lint:
v2/client_test.go#L330
undefined: gorabbit (typecheck)
|
lint:
v2/client_test.go#L34
undefined: gorabbit (typecheck)
|
lint:
v2/client_test.go#L36
undefined: gorabbit (typecheck)
|
lint:
v2/rabbittest/channel.go#L14
variable name 'ch' is too short for the scope of its usage (varnamelen)
|
lint
issues found
|
test:
v2/client.go#L96
c.channel.ConsumeWithContext undefined (type *amqp091.Channel has no field or method ConsumeWithContext)
|
test
Process completed with exit code 1.
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|