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 4b90a21 commit 55b7fa6Copy full SHA for 55b7fa6
Examples/runtimes/go/main.go
@@ -69,4 +69,9 @@ func main() {
69
branchKey1,
70
utils.TestKeystoreKmsKeyId(),
71
utils.TestKeystoreName())
72
+ searchableencryption.BeaconStylesSearchableEncryptionExample(
73
+ utils.UnitInspectionTestDdbTableName(),
74
+ branchKey1,
75
+ utils.TestKeystoreKmsKeyId(),
76
+ utils.TestKeystoreName())
77
}
0 commit comments