#27: some refactoring, example app cleanup [broken tests] #62
Annotations
10 errors
build:
handlers_test.go#L98
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
handlers_test.go#L116
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
handlers_test.go#L117
in call to NewMockSessionStore, cannot infer T (/home/runner/work/passkey/passkey/mock_SessionStore.go:182:26)
|
build:
handlers_test.go#L156
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
handlers_test.go#L157
in call to NewMockSessionStore, cannot infer T (/home/runner/work/passkey/passkey/mock_SessionStore.go:182:26)
|
build:
handlers_test.go#L201
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
handlers_test.go#L202
in call to NewMockSessionStore, cannot infer T (/home/runner/work/passkey/passkey/mock_SessionStore.go:182:26)
|
build:
middleware_test.go#L18
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
middleware_test.go#L32
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|
build:
middleware_test.go#L56
cannot use generic type SessionStore[T webauthn.SessionData | UserSessionData] without instantiation
|