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 6570b36 commit 1cabc08Copy full SHA for 1cabc08
Examples/runtimes/go/main.go
@@ -74,4 +74,14 @@ func main() {
74
branchKey1,
75
utils.TestKeystoreKmsKeyId(),
76
utils.TestKeystoreName())
77
+ searchableencryption.CompoundBeaconSearchableEncryptionExample(
78
+ utils.UnitInspectionTestDdbTableName(),
79
+ branchKey2,
80
+ utils.TestKeystoreKmsKeyId(),
81
+ utils.TestKeystoreName())
82
+ searchableencryption.VirtualBeaconSearchableEncryptionExample(
83
+ utils.SimpleBeaconTestDdbTableName(),
84
85
86
87
}
0 commit comments