Update to latest #2
Annotations
10 errors
lint-go:
pkg/plugins/pfs/corelist/corelist_load_gen.go#L26
cannot use sub (variable of type fs.FS) as *cue.Context value in argument to pfs.ParsePluginFS
|
lint-go:
pkg/plugins/pfs/corelist/corelist_load_gen.go#L26
cannot use rt (variable of type *thema.Runtime) as fs.FS value in argument to pfs.ParsePluginFS: *thema.Runtime does not implement fs.FS (missing method Open) (typecheck)
|
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)
|