We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078363d commit cf7c736Copy full SHA for cf7c736
DynamoDbEncryption/runtimes/go/ImplementationFromDafny-go/InternalLegacyOverride/extern.go
@@ -8,7 +8,6 @@ import (
8
9
var policy = AwsCryptographyDbEncryptionSdkDynamoDbTypes.Companion_LegacyPolicy_.Create_FORBID__LEGACY__ENCRYPT__FORBID__LEGACY__DECRYPT_()
10
11
-// policy := Create_FORCE__LEGACY__ENCRYPT__ALLOW__LEGACY__DECRYPT_()
12
func (InternalLegacyOverride) Policy() AwsCryptographyDbEncryptionSdkDynamoDbTypes.LegacyPolicy {
13
return policy
14
}
0 commit comments