Convert jwa constants to function calls returning objects #2227
Annotations
11 errors and 1 warning
|
Test with coverage
cannot use jwa.HS256 (value of type func() jwa.SignatureAlgorithm) as jwa.KeyAlgorithm value in argument to jwt.WithKey: func() jwa.SignatureAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.HS256 (value of type func() jwa.SignatureAlgorithm) as jwa.KeyAlgorithm value in argument to jws.WithKey: func() jwa.SignatureAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
invalid constant type jwa.EllipticCurveAlgorithm
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Test with coverage
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyAlgorithm value in argument to jwe.WithKey: func() jwa.KeyEncryptionAlgorithm does not implement jwa.KeyAlgorithm (missing method String)
|
Install Go stable version
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading