ING-662 cbauthx cert auth #1218
Annotations
10 errors
|
Lint:
cbauthx/certcheck_cached_test.go#L96
cannot use invalidConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L92
cannot use invalidConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L86
cannot use externalConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L81
cannot use externalConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L75
cannot use adminConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L70
cannot use adminConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L64
cannot use localConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L59
cannot use localConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
|
|
Lint:
cbauthx/certcheck_cached_test.go#L41
cannot use &CertCheckMock{…} (value of type *CertCheckMock) as CertCheck value in argument to NewCertCheckCached: *CertCheckMock does not implement CertCheck (wrong type for method CheckCertificate)
|
|
Lint:
cbauthx/mock_certcheck_test.go#L14
cannot use &CertCheckMock{} (value of type *CertCheckMock) as CertCheck value in variable declaration: *CertCheckMock does not implement CertCheck (wrong type for method CheckCertificate)
|