Update to latest #4
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
lint-go:
pkg/services/ldap/ldap_login_test.go#L41
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L62
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L82
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L122
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L155
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L205
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_login_test.go#L248
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_private_test.go#L70
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_private_test.go#L110
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|
lint-go:
pkg/services/ldap/ldap_private_test.go#L146
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
|