Skip to content

Commit

Permalink
const in extern
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 23, 2025
1 parent 98724d3 commit 9795176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module {:extern "software.amazon.cryptography.dbencryptionsdk.dynamodb.itemencry
static method {:extern} Build(encryptorConfig: Types.DynamoDbItemEncryptorConfig)
returns (output: Result<Option<InternalLegacyOverride>, Types.Error>)

const policy: DDBE.LegacyPolicy
const {:extern} policy: DDBE.LegacyPolicy

method {:extern} EncryptItem(input: Types.EncryptItemInput)
returns (output: Result<Types.EncryptItemOutput, Types.Error>)
Expand Down

0 comments on commit 9795176

Please sign in to comment.