Bump gofr.dev from 1.23.0 to 1.24.2 #35
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
|