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 0d60e1e commit 5a22216Copy full SHA for 5a22216
Examples/runtimes/go/searchableencryption/complexexample/README.md
@@ -16,8 +16,8 @@ This also walks through some example query expressions one can use to search the
16
```
17
.
18
├── complexsearchableencryptionexample.go // Main entry point for example
19
-├── BeaconConfig // Sets up beacons and searchable encryption configuration
+├── beaconconfig.go // Sets up beacons and searchable encryption configuration
20
├── putrequests.go // PUT requests added to the DDB table
21
-├── PutRequests // QUERY requests executed on the DDB table
+├── queryrequests.go // QUERY requests executed on the DDB table
22
└── README.md
23
0 commit comments