File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
TestVectors/runtimes/go/ImplementationFromDafny-go/CreateWrappedItemEncryptor Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ package CreateWrappedItemEncryptor
2+
3+ import (
4+ "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Wrappers"
5+ "github.com/aws/aws-database-encryption-sdk-dynamodb/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes"
6+ "github.com/aws/aws-database-encryption-sdk-dynamodb/WrappedAwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorService"
7+ )
8+
9+ func CreateWrappedItemEncryptor (config AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes.DynamoDbItemEncryptorConfig ) Wrappers.Result {
10+ return WrappedAwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorService .WrappedDynamoDbItemEncryptor (config )
11+ }
You can’t perform that action at this time.
0 commit comments