Skip to content

Commit 1cabc08

Browse files
auto commit
1 parent 6570b36 commit 1cabc08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Examples/runtimes/go/main.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,14 @@ func main() {
7474
branchKey1,
7575
utils.TestKeystoreKmsKeyId(),
7676
utils.TestKeystoreName())
77+
searchableencryption.CompoundBeaconSearchableEncryptionExample(
78+
utils.UnitInspectionTestDdbTableName(),
79+
branchKey2,
80+
utils.TestKeystoreKmsKeyId(),
81+
utils.TestKeystoreName())
82+
searchableencryption.VirtualBeaconSearchableEncryptionExample(
83+
utils.SimpleBeaconTestDdbTableName(),
84+
branchKey2,
85+
utils.TestKeystoreKmsKeyId(),
86+
utils.TestKeystoreName())
7787
}

0 commit comments

Comments
 (0)