Update to latest #5
Annotations
10 errors
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
This job failed
Loading