Skip to content

✨ NATS PubSub integration #34

✨ NATS PubSub integration

✨ NATS PubSub integration #34

Triggered via pull request October 26, 2024 03:14
@mfreeman451mfreeman451
synchronize #1
main
Status Failure
Total duration 48s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: client_test.go#L41
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L78
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L108
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L151
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L188
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L352
not enough arguments in call to client.Connect
lint: client_test.go#L365
not enough arguments in call to client.Connect
lint: client_test.go#L406
not enough arguments in call to client.Connect
lint: client_test.go#L532
cannot use mocks.connManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: connection_manager_test.go#L58
not enough arguments in call to cm.Connect