Skip to content

Commit 7ac872c

Browse files
author
Shubham Chaturvedi
committed
feat: adds polymorped go files for esdk
1 parent 568abc2 commit 7ac872c

File tree

19 files changed

+2298
-7
lines changed

19 files changed

+2298
-7
lines changed

AwsEncryptionSDK/dafny/AwsEncryptionSdk/Model/AwsCryptographyEncryptionSdkTypes.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module {:extern "software.amazon.cryptography.encryptionsdk.internaldafny.types"
175175
// || (!exit(A(I)) && !access(B(I)))
176176
| CollectionOfErrors(list: seq<Error>, nameonly message: string)
177177
// The Opaque error, used for native, extern, wrapped or unknown errors
178-
| Opaque(obj: object)
178+
| Opaque(obj: object, alt_text : string)
179179
type OpaqueError = e: Error | e.Opaque? witness *
180180
}
181181
abstract module AbstractAwsCryptographyEncryptionSdkService

AwsEncryptionSDK/runtimes/go/ImplementationFromDafny-go/WrappedAwsCryptographyEncryptionSdkService/shim.go

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AwsEncryptionSDK/runtimes/go/ImplementationFromDafny-go/awscryptographyencryptionsdksmithygenerated/api_client.go

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)